Most of the UI is easily configurable.
If you mean that you see them in the list
field when you’re in edit mode, then note that this only controls the order of the tabs. Any that you pull out of this list will still appear as tabs, just at the end of the list of tabs.
To remove a tab from this list, visit the tiddler, say, $:/core/ui/SideBar/Tools
. (You can get a link in Advanced Search, Shadows tab, or you can make this the URL hash (e.g. https://tiddlywiki.com/#:$:/core/ui/SideBar/Tools – note the odd colon after the #
, for technical reasons not worth discussing). Once you have that tiddler open, you can edit it and remove the tag $:/tags/SideBar
. Now it won’t appear on the sidebar.
Note that this does not remove it from that list
field in $:/tags/SideBar
. If you add that tag back, this tab will reappear in the same place. I wouldn’t count on that behavior too much, because other tools may rearrange that list and lose that name. This would happen if someone were to drag the titles in the tag dropdown, for instance.
Keep a link to the tiddlers wherever you choose: in another dedicated tiddler, as a browser bookmark, with a bookmarklet that opens a number of tiddlers you choose. Or use the Advanced search to find it directly by name, or with a filter such as [all[shadows+tiddlers]prefix[$:/core/ui/SideBar/]]
.
You may not, but be careful about hiding it. As above, I often find it useful for myself, even in wikis intended for others…
For my own uses, I extracted and changed parts of @Mohammad’s kookma TW-Utility plugin, which allows you to toggle read-only mode with a keystroke (CTRL-SHIFT-/
). I extend it with a startup script which sets read-only mode unless I’m running in Node. (My usual workflow is to develop locally using Node, deploy to a .git server, which triggers a deployment of a single-file wiki. If you’re doing something different, you might want to change that startup script to something else or remove it altogether.)
You can save this and drag it onto a (BACKED-UP) wiki to see the behavior: ReadOnly.json (4.5 KB)