1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-20 06:02:51 +00:00
TiddlyWiki5/editions/test/tiddlers/tests/data
jeremy@jermolene.com 34afe4e143 Refactor function invocation
* Introduce new widget helper function to evaluate variables.Functions are evaluated as parameterised filter strings, macros as text with textual substitution of parameters and variables, and procedures and widgets as plain text
* Refactor the function operator and unknown operator to use the new helper
* Use the new helper to evaluate variables within filter strings, thus fixing a bug whereby functions called in such a way were being returned as plain text instead of being evaluated
* Refactor the transclude widget to use the new helper
* Update tests
2023-01-21 22:07:34 +00:00
..
custom-operators Introduce function operator for calling functions 2022-05-30 18:05:54 +01:00
deserializers Add support for JSON-formatted tiddler store, and make it the default (#5708) 2021-07-14 09:15:30 +01:00
filters Fix [is[variable]] operator doesn't work for "fake" variables #6303 (#6996) 2022-10-18 17:08:04 +01:00
functions Refactor function invocation 2023-01-21 22:07:34 +00:00
genesis-widget Merge branch 'master' into parameterised-transclusions 2023-01-07 09:34:11 +00:00
macros Adds support for indenting pragmas with whitespace (#7185) 2023-01-08 13:17:01 +00:00
pragmas Adds support for indenting pragmas with whitespace (#7185) 2023-01-08 13:17:01 +00:00
procedures Add support for named end markers for procedures, functions and widgets 2022-11-23 16:30:20 +00:00
tabs-macro Various accessibility improvements (#6742) 2022-06-28 14:05:52 +01:00
transclude New test missed off a45349cc99 2023-01-11 09:15:40 +00:00
csv-cases.tid CSV parser improvements (#7042) 2022-11-20 17:51:01 +00:00