On Saturday, September 15, 2018 at 4:22:50 AM UTC-7, @TiddlyTweeter wrote: > > I would like to reduce the "More" menu of the sidebar in a way that would > be easy to restore to its starting state on updates IF needed. > Any ideas? > What I would like is only this showing ... > -- Explorer > -- Recent > -- Tags > -- Bundler >
You can use $:/tags/SideBar and $:/tags/MoreSideBar to control which tabs appear in the sidebar. To remove any specific tab, just edit it's shadow definition and remove the appropriate tag. You can easily "restore to its starting state", simply by deleting the overridden shadow tiddler. for more info, see https://tiddlywiki.com/#How%20to%20add%20a%20new%20tab%20to%20the%20sidebar enjoy, -e -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/eed8f8f1-d5de-4320-8f36-368884b8da5f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

