I have a button that modifies a tiddler status field:

<$button>
<$action-setfield $tiddler=testTag2 status="Passed"/>
Set testTag2 status to 'Passed'
</$button>

And a filter

{{{[tags[test]]}}}

When I try something like that:

<$button>
<$action-setfield $tiddler=*{{{[tag[test]]}}}* status="Passed"/>
Set all tiddlers tagged 'test' status to 'Passed'
</$button>

nothing happens

Is it possible to set field of all results of a filter somehow?

I saw a node.js command, but is there a way to do something like that 
within the wiki itself?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fc4acb7b-7fe5-431b-82d4-9115505f30a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to