Hi ,

is it possible to assign an action to a button that would affect some but 
not all tiddlers listed in a filter 

so for example, i want to add "tag1" to all tiddlers tagged with "example1"

<$button> add tag 1
<$list filter="[tag[example1]]" >
<$action-setfield tags="tag1"/>
</$list>
</$button>

but i also want to see all tiddlers tagged with  "example1", "example2" 
and  "example3"..

i can modify the filter to add all tiddlers tagged with "example1" , 
"example2", "example3",  ... but then if i click the button the action will 
affect all tiddlers , so is there way to set an action against some 
tiddlers meeting a  certain criteria while keeping other tiddlers that 
don't  not matching the criteria on display?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1912e209-0b52-481c-9ccb-626606d7dcc7n%40googlegroups.com.

Reply via email to