Replies: 1 comment 2 replies
-
@linonetwo I would recommend using the newer wikitext based tests, see for example https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/test/tiddlers/tests/data/functions/FunctionFilterrunVariables2.tid and https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/test/tiddlers/tests/data/filters/substitute.tid |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I write a function
It works perfect in advanced search.
And the test is
The filter is not properlly executed in the test, if not providing
, $tw.rootWidget, $tw.wiki.makeTiddlerIterator([])
it will use all tiddlers as input. (1)But if provided
$tw.wiki.makeTiddlerIterator([])
the output will be empty. (2)Beta Was this translation helpful? Give feedback.
All reactions