Folks,
I believe I can hack the tabs macro, or perhaps $:/core/ui/SideBarSegments/tabs to test a condition before displaying a tab. eg; [all[tiddlers]tag[$:/mySideBarTab]limit[1]]
so that tab only displays if there are any tiddlers with the $:/mySideBarTab tag, otherwise nothing appears.
However I am wondering if there is a way that does not alter a core tiddler, such as being able hide it altogether perhaps with CSS?
To be able to hide a core sidebar tab would be helpful, however what if I create a new one? There must be a way to conditionally display/hide the tab itself, not simply its content.
Your thoughts?
Ore perhaps this is an enhancement needed in the core tabs macros(s)