Thanks for your answers! > You are after a list of tiddlers not tagged with a specific set of tags, > rather than tagless tiddlers? >
I want all tagless tiddlers because the table of contents only lists all my tagged tiddlers. So a filter like !has[tags] or untagged[] seems to be fine. I would expect that these three filters return the same tiddlers (because I only use three different tags so far): 1. <$list filter="[!is[system]!has[tags]]"> 2. <$list filter="[!is[system]!tag[Tag1]!tag[Tag2]!tag[Tag3]]"> 3. <$list filter="[!is[system] untagged[]]"> But I get 12 vs. 45 vs. 77 tiddlers. I'll have a look into what the tiddlers missing in list 1 and in list 2 have in common. And does anybody know how I get my filter into a foldable group like the tag groups in the table of contents? Best regards, Max Am Sonntag, 3. November 2019 23:37:13 UTC+1 schrieb TonyM: > > To clarify > > You are after a list of tiddlers not tagged with a specific set of tags, > rather than tagless tiddlers? > > then you wish to automate the addition of tags to the specific set of tags > without editing wiki text? > > first I would start with a tag of tags E.g.: "tag group" and tag your > specific set of tags. Add-on another specific tag by tagging it with the > "tag group" > > This is not the full solution (I'm on my mobile) but consider the use of > the subfilter operator. > > Regards > Tony > > -- 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/3cbf08be-6fb8-4823-85fe-3d191b53ce07%40googlegroups.com.

