I don't think you can do it in one fell swoop that way. You need to list 
the tiddlers you want inside the button:

<$button>Set all tiddlers tagged 'test' status to 'Passed'
<$list filter="[tag[test]]">
<$action-setfield  status="Passed"/>
</$list>
</$button>

HTH
Mark

On Monday, May 8, 2017 at 9:58:33 AM UTC-7, Vayu Asura wrote:
>
> 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
>
> {{{[tag[test]]}}}
>
> resulting in 3 tiddlers
>
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/78d37431-c7eb-4421-86e7-717e8e0f5684%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to