@Mark: <$list filter="[!is[system]] -[enlist[Tag1 Tag2 Tag3]tagging[]]" > Yes, that looks cleaner. Thanks.
@Tony: > Later you can look at grouping here https://tiddlywiki.com/#GroupedLists > This indents my list at least but it's still very different than the rest of the table of contents. I suppose the cleanest solution would be to add a macro based on *toc-selective-expandable*. \define toc-selective-expandable-include-untagged(tag,sort:"", itemClassFilter,exclude,path) <$vars tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<< __itemClassFilter__>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}> <$set name="excluded" filter="""[enlist<__exclude__>] [<__tag__>]"""> <ol class="tc-toc toc-selective-expandable"> <$list filter="""[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]"""> <$list filter="[all[current]toc-link[no]]" variable="ignore" emptyMessage=<<toc-selective-expandable-empty-message>> > <$macrocall $name="toc-unlinked-selective-expandable-body" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<excluded>> path=<<path>>/> </$list> </$list> </ol> </$set> </$vars> \end <div class="tc-table-of-contents"> <<toc-selective-expandable-include-untagged 'Table of contents' "sort[title]">> </div> Maybe I can somehow add an untagged[]-filter to the list created in that macro. But it's like learning a new programming language :-( Best regards, Max -- 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/2c482b3a-51b4-4086-85e7-870f377ebc34%40googlegroups.com.

