1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-18 02:09:43 +00:00
TiddlyWiki5/core/modules/parsers/wikiparser
jeremy@jermolene.com 006ae6e759 Refactor $parameters widget
The objective is to add a $depth attribute so that it is possible to reach up to retrieve the parameters of ancestor transclusions. However, doing so requires changing the encoding of parameter names so that it is not possible for a user parameter to clash with an attribute like $depth. So now we have to double up dollars on any attribute names seen by the parameters widget, just like with the transclude widget itself.
2022-05-31 09:03:20 +01:00
..
rules Refactor $parameters widget 2022-05-31 09:03:20 +01:00
wikiparser.js Procedures and widgets inherit whitespace trim setting from their definition 2022-05-23 15:30:33 +01:00
wikirulebase.js Moving the wikiparser rules around 2012-12-20 16:38:33 +00:00