1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-22 15:06:52 +00:00

Pass the filtered action tiddler title to the action

This commit is contained in:
Jeremy Ruston 2025-01-02 17:08:33 +00:00
parent 5645f52499
commit 6a650ae503

View File

@ -200,6 +200,7 @@ exports.runFilteredActions = function() {
tiddler.fields.text,
null,
{
filteredActionTitle: filteredActionTitle,
results: $tw.utils.stringifyList(results),
jsonResults: JSON.stringify(results)
},{