> <<forEachTiddler
>         where
>         'tiddler.tags.containsAll(["foo"])'
>         write
>         'tiddler.tags.XXX("bar")'
> XXX is 'supposed to' be some magic word resulting in adding 'bar' as a
> tag to all the relevant tiddlers.

Try this:
   store.setTiddlerTag(tiddler.title,true,"bar")

The three function parameters are:
 * title of tiddler
 * true=set tag, false=clear tag
 * tag value

enjoy,
-e

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to