Something like this might work as a starter.
\define listbytag(tagn) !! <<tagname>> <$list filter="[tag<tagname>sort[]]"> * <$link><$view field="title"/></$link> </$list> \end <$list filter="[all[tiddlers]tags[]!is[system]sort[]]" variable="tagname"> <<listbytag>> </$list> On Wednesday, April 12, 2017 at 10:47:01 AM UTC-7, Dolphik a wrote: > > 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 tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send email to tiddlywiki@googlegroups.com. 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/ae1d15b6-00d5-404d-b058-178dd4636936%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.