[tw5] hide some menu items from the "More" tab

2022-10-08_00-21.png

How do I hide those items?

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
2 Likes

If it’s that difficult. then I will just hide them with CSS.

1 Like

This is why I made my Sidebar Tabs Organizer. I can check-uncheck boxes to show/hide/move tabs easily from the Control Panel.

CtrlPanel-TabsTab.jpg

3 Likes

Awesome, thanks.
Wow, it looks very hackable.

CtrlPanel-TabsTab.jpg

Is there a way to reorder these tabs horizontally?
2022-10-09_23-41.png

View the tiddler you made for the Contents tab, and click on the tag pill for $:/tags/SideBar. In the menu that pops up, drag & drop the items up/down to re-arrange them.

2 Likes

That is amazing, this thing is alive.