1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 03:33:27 +00:00
TiddlyWiki5/core/modules/parsers
Jeremy Ruston d338a54370 Introduce refactored wiki parser and renderer
This is a half-way through a big refactoring of the parsing and
rendering infrastructure. The main change is to separate the parse and
render trees, which makes the code a lot cleaner. The new parser isn't
yet functional enough to replace the existing parser so for the moment
you have to manually invoke it with `$tw.testNewParser()` in your
browser console. I really ought to use branches for this kind of
thing...
2012-12-13 21:34:31 +00:00
..
javascriptparser Swap over to the new mime type conventions 2012-11-18 15:22:13 +00:00
wikiparser Introduce refactored wiki parser and renderer 2012-12-13 21:34:31 +00:00
wikitextparser Switched to use double curly braces for transclusion 2012-11-29 18:34:27 +00:00
imageparser.js Appeasing the gods of JSHint 2012-11-06 17:21:56 +00:00
jsonparser.js Part two of turning the rabbit hole inside out 2012-05-05 22:57:21 +01:00
plaintextparser.js Use the plain text parser to display HTML files 2012-11-18 14:57:10 +00:00
tiddlytextparser.js Swap over to the new mime type conventions 2012-11-18 15:22:13 +00:00