1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 03:33:27 +00:00
TiddlyWiki5/core/templates
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
..
EditTemplate.tid Fixed styles for the EditTemplate 2012-10-24 22:39:25 +01:00
NewPageTemplate.tid Introduce refactored wiki parser and renderer 2012-12-13 21:34:31 +00:00
NewViewTemplate.tid Introduce refactored wiki parser and renderer 2012-12-13 21:34:31 +00:00
PageTemplate.tid Improve syntax for classed runs 2012-11-29 17:23:46 +00:00
SearchPreviewTemplate.tid Add search previews 2012-11-06 14:12:09 +00:00
SearchResultTemplate.tid Use temporary tiddlers for popup locations 2012-11-11 15:03:34 +00:00
static.template.html.tid Swap over to the new mime type conventions 2012-11-18 15:22:13 +00:00
StaticContent.tid Switched to use double curly braces for transclusion 2012-11-29 18:34:27 +00:00
TagTemplate.tid Switched to use double curly braces for transclusion 2012-11-29 18:34:27 +00:00
tiddlywiki5.encrypted.template.html.tid Swap over to the new mime type conventions 2012-11-18 15:22:13 +00:00
tiddlywiki5.template.html.tid Swap over to the new mime type conventions 2012-11-18 15:22:13 +00:00
ViewTemplate.tid Switched to use double curly braces for transclusion 2012-11-29 18:34:27 +00:00