mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 01:47:14 +00:00
Experimental support for client-side builds
These changes allow tiddlywiki.js to cook it's own components into a skeletal new-school client-side TiddlyWiki.
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
(function(){
|
||||
|
||||
/*
|
||||
|
||||
WikiTextParser.js
|
||||
/*\
|
||||
title: js/WikiTextParser.js
|
||||
|
||||
Parses a block of tiddlywiki-format wiki text into a parse tree object.
|
||||
|
||||
@@ -23,7 +20,8 @@ Text nodes are:
|
||||
|
||||
{type: "text", value: "string of text node"}
|
||||
|
||||
*/
|
||||
\*/
|
||||
(function(){
|
||||
|
||||
/*jslint node: true */
|
||||
"use strict";
|
||||
|
||||
Reference in New Issue
Block a user