> > OK, but what should the content of that Tiddler be, so that it
> > displays a list of all the Tiddlers that share the same tag?
By default, the standard TW ViewTemplate invokes the 'tagging' macro.
This macro displays a bullet list of tiddlers tagged with the title of
the current tiddler.
IIRC, NoteStorm's customized ViewTemplate does *not* invoke the
'tagging' macro. Thus, when viewing a tiddler whose title is used by
a tag, NoteStorm doesn't display the list of associated tagged
tiddlers.
Fortunately, it is *trivial* to add the macro directly to a specific
'tag tiddler'. Simply create the tiddler and put <<tagging>> in it.
That's it... no plugins needed.
Note: if you want to have the list styled without bullets, you can
wrap the macro in a CSS class:
{{tagging{<<tagging>>}}}
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
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.