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:
parent
5645f52499
commit
6a650ae503
@ -200,6 +200,7 @@ exports.runFilteredActions = function() {
|
||||
tiddler.fields.text,
|
||||
null,
|
||||
{
|
||||
filteredActionTitle: filteredActionTitle,
|
||||
results: $tw.utils.stringifyList(results),
|
||||
jsonResults: JSON.stringify(results)
|
||||
},{
|
||||
|
Loading…
Reference in New Issue
Block a user