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/e08da834-0fc1-42b0-b84d-69c20a3d4bfb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

