mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +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,
|
tiddler.fields.text,
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
|
filteredActionTitle: filteredActionTitle,
|
||||||
results: $tw.utils.stringifyList(results),
|
results: $tw.utils.stringifyList(results),
|
||||||
jsonResults: JSON.stringify(results)
|
jsonResults: JSON.stringify(results)
|
||||||
},{
|
},{
|
||||||
|
Loading…
Reference in New Issue
Block a user