1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-19 18:59:42 +00:00
TiddlyWiki5/editions/test/tiddlers/tests/data/functions
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
..
FunctionAttributes.tid Allow custom functions to be invoked as attributes 2022-05-23 20:18:54 +01:00
FunctionOperator.tid Tests and docs for function operator 2022-09-11 10:49:02 +01:00
MissingFunction.tid Tests and docs for function operator 2022-09-11 10:49:02 +01:00
RunawayRecursiveFunctions.tid Rename test 2023-01-07 09:41:39 +00:00
UndefinedParameters.tid New test for undefined parameters 2022-10-19 08:37:27 +01:00
WikifiedFunctions.tid Refactor function invocation 2023-01-21 22:07:34 +00:00