For some reason your proposition displays tiddler's name in tag pill. Fortunatelly this seems to work:
``` <<tag $(tagme)$>> ``` sobota, 20 lutego 2021 o 17:04:46 UTC+1 amreus napisał(a): > Sure in place of <<tagname>> use: > > <$macrocall $name=tag tag=<<tagname>>/> > > > > On Saturday, February 20, 2021 at 10:44:08 AM UTC-5 [email protected] > wrote: > >> Perfect. Thank you very much. >> >> But would it be possible to display tags as tag pills? >> >> sobota, 20 lutego 2021 o 14:34:04 UTC+1 amreus napisał(a): >> >>> Maybe this: >>> >>> <$list filter="[tag[Master]sort[title]]"> >>> <$link/><ul> >>> <$list filter="[<currentTiddler>tags[]![Master]]" variable=tagname> >>> <li><<tagname>></li> >>> </$list> >>> </ul> >>> </$list> >>> >>> On Saturday, February 20, 2021 at 7:55:02 AM UTC-5 >>> [email protected] wrote: >>> >>>> Codeblock did not work :( >>>> >>>> sobota, 20 lutego 2021 o 13:53:21 UTC+1 Bartosz Wilinski napisał(a): >>>> >>>>> >>>>> Hello there. >>>>> >>>>> I have two questions: >>>>> >>>>> 1. Is there a way to *exclude the tag from displaying* *in a >>>>> custom list*? >>>>> 2. Is it possible to *display any part of TOC using list widget*? >>>>> >>>>> Broader explanation. For some reason or another, part of my TOC looks >>>>> like this (for convenience I will put tags in square brackets): >>>>> >>>>> - Example [TOC] >>>>> - X [Example] >>>>> - Tiddler A [X] [Y] [Master Tag] >>>>> - Tiddler B [X] [Z] [Master Tag] >>>>> - Y [Example] >>>>> - Tiddler A [X] [Y] [Master Tag] >>>>> - Tiddler C [Y] [Z] [Master Tag] >>>>> - Z [Example] >>>>> - Tiddler B [X] [Z] [Master Tag] >>>>> - Tiddler C [Y] [Z] [Master Tag] >>>>> >>>>> Simple non-linear mulit-categorisation. Or something. >>>>> >>>>> I would like to make list of tiddlers A-C, that display tag-categories >>>>> (X, Y, Z) in same time. Doable: >>>>> >>>>> ``html >>>>> <$list filter="[tag[Master tag]sort[title]]"> >>>>> <$link/> >>>>> {{||$:/core/ui/ViewTemplate/tags}} >>>>> </$list> >>>>> ``` >>>>> >>>>> But maybe there is a way to display all tags, but skip only Master Tag? >>>>> >>>>> Or maybe filter could somehow be based on TOC, ommiting a need for >>>>> Master Tag? >>>>> >>>>> I would be grateful for your advice. >>>>> >>>>> -Bartosz >>>>> >>>> -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d2a62e48-37fc-49e3-9b25-571aee829459n%40googlegroups.com.

