In one of my wikis, I hid the divs that display tags:
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
The reason is that I use a lot of tags and they clutter the view.
However, sometimes, I find it useful to check the tags without having
to edit the whole tiddler. So I put <div class='tagging'
macro='tiddler TagDivs'></div> in my ViewTemplate and in TagDivs I put
the above mentioned divs with the nested sliders syntax. It didn't
work. So I changed the syntax to
+++[Tags]...
<<tagging>>
<<tags>>
===
Unfortunately, <<tagging>> always returtns "not tagging" and <<tags>>
always returns
Error while executing macro <<tags>>:
TypeError: tiddler is undefined

Any suggestions?

w

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