Here are the steps in detail: - Make a tiddler - give the tiddler the tag $:/tags/ViewTemplate - Put this in the text field
<$list filter='[<currentTiddler>tag[HelloThere]]'> HI! </$list> - Change HelloThere to what every tag you want to use - Change HI! to whatever content you want, presumably <$tranclude field='name'/> or <$view field='name'/> given your question - If you want to put this anywhere but at the bottom of tiddlers add a field called list-after - In the list after field put the template that you want this listed after, to list it directly after the title use $:/core/ui/ViewTemplate/title - To see a list of all of the templates go to the advanced search and search shadows for $:/core/ui/ViewTemplate If you want to change the appearance when editing than you change ViewTemplate to EditTemplate everywhere in the above example -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b380d6de-bd11-4e1b-b489-eb37409ef39d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

