> <<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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---