1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-14 00:09:42 +00:00
TiddlyWiki5/core/modules/parsers
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
..
wikiparser Refactor $parameters widget 2022-05-31 09:03:20 +01:00
audioparser.js Make the macrocall widget delegate to the transclude widget 2022-05-08 20:48:33 +01:00
binaryparser.js Make the macrocall widget delegate to the transclude widget 2022-05-08 20:48:33 +01:00
csvparser.js Make the macrocall widget delegate to the transclude widget 2022-05-08 20:48:33 +01:00
htmlparser.js Make the macrocall widget delegate to the transclude widget 2022-05-08 20:48:33 +01:00
imageparser.js Make the macrocall widget delegate to the transclude widget 2022-05-08 20:48:33 +01:00
parseutils.js Add utility function for parsing macro parameter definitions 2022-05-27 18:37:42 +01:00
pdfparser.js Make the macrocall widget delegate to the transclude widget 2022-05-08 20:48:33 +01:00
textparser.js Make the macrocall widget delegate to the transclude widget 2022-05-08 20:48:33 +01:00
videoparser.js Make the macrocall widget delegate to the transclude widget 2022-05-08 20:48:33 +01:00