1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 08:20:46 +00:00
TiddlyWiki5/core
Jeremy Ruston 18f8b7266e Refactor the HTML element parser
The purpose is to allow attributes to be specified as macro
invocations. For example `<div myattr=<<mymacro param1 param3>>>`. The
parser needed sprucing up in order to copy with the nesting of angle
brackets. The refactoring has been done with an eye on using the same
technique in the filter expression parser (which is pretty messy at the
moment -- it throws exceptions for syntax errors, which is bad). Later
I'm hoping to extend the technique to create a more flexible table
parser.
2013-06-15 15:12:05 +01:00
..
images Improved styling for the tags dropdown 2013-06-09 19:41:48 +01:00
messages Enhance TiddlyFox saver to display a notification on success 2013-05-07 18:09:15 +01:00
modules Refactor the HTML element parser 2013-06-15 15:12:05 +01:00
templates Rename static content template for consistency 2013-05-31 19:56:54 +01:00
ui Improved styling for the tags dropdown 2013-06-09 19:41:48 +01:00
wiki Make a distinction between templates and UI 2013-05-31 15:38:27 +01:00
copyright.tid Adjust copyright date 2013-01-17 11:27:08 +00:00
plugin.info Start making themes switchable 2013-04-28 22:52:26 +01:00