1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 19:23:29 +00:00
TiddlyWiki5/js
Jeremy Ruston 4df13a3e24 Refactored link classes allocation
Don't need the classesForLink() method anymore. Also avoid modifying
the argument to adjustClassesForLink().
2012-01-15 13:48:13 +00:00
..
macros Fixed the view macro to reuse the link macro 2012-01-15 13:37:50 +00:00
App.js Refactor link handling to use a link macro 2012-01-15 13:29:16 +00:00
ArgParser.js Fixed problem with ArgParser returning non-string argument names 2012-01-07 20:07:54 +00:00
BitmapParser.js Added support for JPEG and PNG bitmap tiddlers 2012-01-12 21:48:24 +00:00
FileRetriever.js Added support for binary ingredients over HTTP 2012-01-13 15:37:58 +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 Added support for # comment lines in recipe files 2012-01-13 18:50:37 +00:00
StoryNavigator.js Fixed problem with external links 2012-01-15 13:27:15 +00:00
SVGParser.js Added support for SVG tiddlers 2012-01-12 19:17:32 +00:00
Tiddler.js Removed some unused requires 2012-01-06 17:53:37 +00:00
TiddlerInput.js Removed TextProcessors() and TiddlerConverters() classes 2011-12-28 17:16:56 +00:00
TiddlerOutput.js Removed TextProcessors() and TiddlerConverters() classes 2011-12-28 17:16:56 +00:00
Utils.js Beefed up the stitchElement helper 2012-01-15 13:27:30 +00:00
WikiStore.js Refactored link classes allocation 2012-01-15 13:48:13 +00:00
WikiTextParser.js Cleared some temporary variables after use 2012-01-08 10:24:09 +00:00
WikiTextParseTree.js Refactor link handling to use a link macro 2012-01-15 13:29:16 +00:00
WikiTextRules.js Refactor link handling to use a link macro 2012-01-15 13:29:16 +00:00