This tab is in Tiddler *$:/core/ui/SideBar/More* which appears to indiscriminately list all tiddlers tagged with *$:/tags/MoreSideBar*. Which means there is probably no way to do it without creating shadow tiddlers - but if you're fine overwriting the core tiddlers (which should be fine in this case) here is how I'd approach it:
1. Edit *$:/core/ui/SideBar/More *and change the filter from *[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]] *to* [all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]!field:hide[yes]] *- added *!field:hide[yes]* at the end 2. Edit each tiddler I want to hide and add field *hide* with value *yes* On Saturday, 8 October 2022 at 01:23:53 UTC+2 [email protected] wrote: > [image: 2022-10-08_00-21.png] > How do I hide those items? > -- 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/95b68fc7-cae5-4957-a5a5-4043a56740f7n%40googlegroups.com.

