>
> 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?
>
Say the tag in question is called "myTag". In the tiddler named
"myTag", insert the following text:
<<forEachTiddler
where
'tiddler.tags.contains("myTag")'
write
'"# [["+tiddler.title+"]]\n"'
none '"No Tiddlers found\n"'
>>
Of course, this assumed you have installed the "forEachTiddler"
plugin.
Cheers; 'best,
shankar swamy
--
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.