Perfect! thank you! W dniu środa, 12 kwietnia 2017 20:16:40 UTC+2 użytkownik Mark S. napisał: > > 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 [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/d8aa916b-cccc-4398-b731-0b472a9704fa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

