I would like to list tags automatically, not to put them manually. Just list with all tags and links to tiddlers which has that particular tag
Thanks! W dniu środa, 12 kwietnia 2017 19:37:16 UTC+2 użytkownik Mark S. napisał: > > This seems like a very different question. It's unclear what your source > of tag names would be. Here is one approach where you could make a filter > with a list of tag names you wanted to report on: > > \define listbytag(tagn) > <<tagname>> <br/> > > <$list filter="[tag<tagname>]"> > <$view field="title"/><br/> > </$list> > <br/> > \end > > <$list filter="[[Tag 1]] [[Tag 2]]" variable="tagname"> > <<listbytag>> > </$list> > > Good luck! > Mark > > On Wednesday, April 12, 2017 at 10:18:35 AM UTC-7, Dolphik a wrote: >> >> Hello Mark, >> >> and what if I would like to list same way by given tags? >> >> TAG >> - tiddler 1 >> - tiddler 2 >> >> ANOTHER TAG >> - xxxx >> - yyyy >> >> Many thanks! >> >> -- 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/1a47357c-5a5d-4c1d-82e0-df2381c019a6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

