1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-02 08:50:46 +00:00
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 Added the image macro 2012-01-15 14:37:49 +00:00
ArgParser.js Fixed problem with ArgParser returning non-string argument names 2012-01-07 20:07:54 +00:00
BitmapParser.js Refactor the Tiddler object to enforce immutability 2012-01-17 13:01:55 +00:00
FileRetriever.js Added support for wildcard references in recipes 2012-01-16 19:22:10 +00:00
JavaScriptParser.js Cleaning up the JavaScript parser 2012-01-05 10:00:21 +00:00
JavaScriptParseTree.js Cleared some temporary variables after use 2012-01-08 10:24:09 +00:00
Navigators.js JSHint makes a hard task master... 2011-12-14 14:11:11 +00:00
Recipe.js Refactor the Tiddler object to enforce immutability 2012-01-17 13:01:55 +00:00
StoryNavigator.js Fixed problem with external links 2012-01-15 13:27:15 +00:00
SVGParser.js Changed the SVG parser to use IMG tags 2012-01-17 13:53:04 +00:00
Tiddler.js Move the cache from the Tiddler object to the WikiStore 2012-01-17 13:31:06 +00:00
TiddlerInput.js Removed TextProcessors() and TiddlerConverters() classes 2011-12-28 17:16:56 +00:00
TiddlerOutput.js Refactor the Tiddler object to enforce immutability 2012-01-17 13:01:55 +00:00
Utils.js Added the image macro 2012-01-15 14:37:49 +00:00
WikiStore.js Move the cache from the Tiddler object to the WikiStore 2012-01-17 13:31:06 +00:00
WikiTextParser.js Cleared some temporary variables after use 2012-01-08 10:24:09 +00:00
WikiTextParseTree.js Rejigged the link macro to accept child elements 2012-01-15 18:39:14 +00:00
WikiTextRules.js Mapped wiki image markup to image macro 2012-01-16 08:58:51 +00:00