I'm trying to use ToggleTag & ForEachTiddler in the EditTemplate, but
I'm having trouble getting it to tag the containing tiddler. Here's
what I have:
In a tiddler named ToggleTagTemplate:
<<forEachTiddler where 'tiddler.tags.contains("category")' write
'"<<toggleTag [["+tiddler.title+"]]$))"'>>
In the EditTemplate:
<div macro='tiddler ToggleTagTemplate'></div>
But when I try to tag a new tiddler, it tags ToggleTagTemplate
instead. Any tips on how to get this work? Thanks in advance.
--
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.