From https://github.com/Jermolene/TiddlyWiki5/discussions/6074
There was time to time discussion on forum to be able to hide some tools from UI when a TW is put on the server to public access or when distributed to end users.
I have used a mechanism in Utility plugin and have seen in other plugin/tools like the Eric Shulman Inside Tiddlywiki book!
Suggestion:
- add a global variable like
$:/config/admin
variable with valueyes
,no
- a UI lets decide which elements are admin tools and shall be hidden in reader mode
- allow plugin developers to use this variable to hide admin tools in their plugin
- allow content creators to use the variable to hide some admin tools like (edit button/delete button) etc.
This way you have a global/central button or tiddler to activate the reader mode or author(admin) mode
If you support the idea please give a thump up on GitHub or join the discussion and share your opinion!