Query: I want to reduce the "More" menu. How, without conflict later?
41 views
Skip to first unread message
@TiddlyTweeter
unread,
Sep 15, 2018, 7:22:50 AM9/15/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
Cari
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
Best wishes Josiah
TonyM
unread,
Sep 15, 2018, 7:41:14 AM9/15/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
You could clone the current one, reduce what it shows and remove the sidebar tag from the existing one.
For good measure include a check box in your new one to toggle the original back into view.
Regards Tony
Eric Shulman
unread,
Sep 15, 2018, 8:26:08 AM9/15/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
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.