mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-18 23:31:25 -08:00
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... |
||
|---|---|---|
| .. | ||
| EditTemplate.tid | ||
| NewPageTemplate.tid | ||
| NewViewTemplate.tid | ||
| PageTemplate.tid | ||
| SearchPreviewTemplate.tid | ||
| SearchResultTemplate.tid | ||
| static.template.html.tid | ||
| StaticContent.tid | ||
| TagTemplate.tid | ||
| tiddlywiki5.encrypted.template.html.tid | ||
| tiddlywiki5.template.html.tid | ||
| ViewTemplate.tid | ||