TiddlyWiki5/js
Jeremy Ruston 102724b3e8 Changed the SVG parser to use IMG tags
Embed the SVG image in an IMG tag rather than directly, to ensure that
it has it's own DOM state (otherwise things like IDs in SVG images are
visible to the hosting page)
2012-01-17 13:53:04 +00:00
..
macros Refactor the Tiddler object to enforce immutability 2012-01-17 13:01:55 +00:00
App.js
ArgParser.js
BitmapParser.js Refactor the Tiddler object to enforce immutability 2012-01-17 13:01:55 +00:00
FileRetriever.js
JavaScriptParseTree.js
JavaScriptParser.js
Navigators.js
Recipe.js Refactor the Tiddler object to enforce immutability 2012-01-17 13:01:55 +00:00
SVGParser.js Changed the SVG parser to use IMG tags 2012-01-17 13:53:04 +00:00
StoryNavigator.js
Tiddler.js Move the cache from the Tiddler object to the WikiStore 2012-01-17 13:31:06 +00:00
TiddlerInput.js
TiddlerOutput.js Refactor the Tiddler object to enforce immutability 2012-01-17 13:01:55 +00:00
Utils.js
WikiStore.js Move the cache from the Tiddler object to the WikiStore 2012-01-17 13:31:06 +00:00
WikiTextParseTree.js
WikiTextParser.js
WikiTextRules.js