Hi Serena
> <<forEachTiddler where 'tiddler.tags.contains("category")' write
> '"<<toggleTag [["+tiddler.title+"]]$))"'>>
>
> In the EditTemplate:
>
> <div macro='tiddler ToggleTagTemplate'></div>

You have to specify which tiddler is to be tagged:
"<<toggleTag TagName TiddlerName LabelText>>"

You can write this: [[ToggleTagTemplate]]
<<forEachTiddler where 'tiddler.tags.contains("category")' write
'"<<toggleTag [["+tiddler.title+"]][[$1]][[Some label]]$))"'>>
and in your Edit template (or viewtemplate) <div macro='tiddler
ToggleTagTemplate with: {{tiddler.title}}'></div>

This doesn't work on tiddlyspace though..

Regards Måns Mårtensson

-- 
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.

Reply via email to