1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-06-30 17:18:51 +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
+1
View File
@@ -200,6 +200,7 @@ exports.runFilteredActions = function() {
tiddler.fields.text,
null,
{
filteredActionTitle: filteredActionTitle,
results: $tw.utils.stringifyList(results),
jsonResults: JSON.stringify(results)
},{