Hi

OK -- this seems to work:

1. Create a tiddler with this content

<$list filter="[list[]after{!!current}]" variable="getnexttiddler">
<$mangletags tiddler={{!!current}} find="oldtag" add="newtag">
<$button message="tw-mangle-tags" set="!!current"  setTo=<<getnexttiddler>> 
>Cycle Tiddlers</$button>
</$mangletags>
</$list>

2. Give it a 'list' field 
3. Fill this 'list' field with a space separated list of titles of target 
tiddlers e.g "one two three four" (without the quotes)
4. Give it a 'current' field
5. Enter the title of the first title in your list e.g. "one" (without the 
quotes)
6. Save the tiddler

Get clicking :-)

regards

On Monday, July 14, 2014 1:33:30 PM UTC+2, Richard Smith wrote:
>
> I have been reading and experimenting with many examples and have tried to 
> figure this out for myself for quite a while...
>
> How would I apply the $mangletags widget to multiple tiddlers at once as 
> selected by a filter expression? 
> Can this be done in response to a button push?
>

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to