1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-19 18:59:42 +00:00
TiddlyWiki5/editions/test/tiddlers/tests/data/transclude
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
..
CustomWidget-ActionWidget.tid Require $$ for custom widgets, and that overridden JS widgets must exist 2022-05-21 15:47:19 +01:00
CustomWidget-Fail.tid Require $$ for custom widgets, and that overridden JS widgets must exist 2022-05-21 15:47:19 +01:00
CustomWidget-Override-Codeblock.tid Use \widget for custom widget definitions, and remove need for angle brackets 2022-05-13 08:49:53 +01:00
CustomWidget-OverrideTransclude.tid Use \widget for custom widget definitions, and remove need for angle brackets 2022-05-13 08:49:53 +01:00
CustomWidget-Simple.tid Require $$ for custom widgets, and that overridden JS widgets must exist 2022-05-21 15:47:19 +01:00
CustomWidget-TextWidgetOverride.tid Use \widget for custom widget definitions, and remove need for angle brackets 2022-05-13 08:49:53 +01:00
CustomWidget-Unoverride-Codeblock.tid Test showing how to un-override a core widget 2022-05-28 16:58:20 +01:00
CustomWidget-VariableAttribute.tid Require $$ for custom widgets, and that overridden JS widgets must exist 2022-05-21 15:47:19 +01:00
JavaScript-Macro.tid Fix invocation of JS macros 2022-05-21 16:31:34 +01:00
Macro-Plain.tid Make the macrocall widget delegate to the transclude widget 2022-05-08 20:48:33 +01:00
Macro-Simple.tid Extend transclude widget to work with old-style macros and use it for the macrocall shortcut syntax 2022-05-08 15:59:20 +01:00
MissingTarget.tid Rename <$value> widget to <$fill> 2022-05-13 09:18:25 +01:00
Parameterised-Depth.tid Refactor $parameters widget 2022-05-31 09:03:20 +01:00
Parameterised-Name-Values.tid Refactor $parameters widget 2022-05-31 09:03:20 +01:00
Parameterised-Positional-Shortcut-Parameters.tid Change tiddler separator used in wikitext tests 2022-05-03 16:53:00 +01:00
Parameterised-Positional-Shortcut.tid Change tiddler separator used in wikitext tests 2022-05-03 16:53:00 +01:00
Parameterised-Positional.tid Change tiddler separator used in wikitext tests 2022-05-03 16:53:00 +01:00
Parameterised-Shortcut-Parameters.tid Change tiddler separator used in wikitext tests 2022-05-03 16:53:00 +01:00
Parameterised-Shortcut.tid Switch to using \procedure to define new-style macros, and \function for custom filter operator functions 2022-05-09 18:00:09 +01:00
Parameterised-Simple.tid Refactor $parameters widget 2022-05-31 09:03:20 +01:00
Parameterised-Slotted-Missing.tid Change tiddler separator used in wikitext tests 2022-05-03 16:53:00 +01:00
Parameterised-Slotted.tid Rename <$value> widget to <$fill> 2022-05-13 09:18:25 +01:00
Procedures-Whitespace.tid Missed off 22e7ec2381 2022-05-23 16:32:19 +01:00
Recursion.tid Detect recursion by tracking widget tree depth 2022-05-12 16:26:33 +01:00