I just wanted to share something that I came up with to scratch my own itch.
I have a few wikis at work that I share over Sharepoint for others reference and possibly infrequent contributions. Due to the possibility two people concurrently saving over top of each others work, I wanted a very simple means of letting others know that a particular wiki was being accessed by someone else with the intent of writing to it.
I am aware of Bob and other multiuser solutions but none of those can be run in the access-limited corporate environment I am working within.
So here is a simple solution that leverages the Menu Bar plugin (so you need that installed first) as a means to warn via colour and text, who has “checked out” the wiki for editing and easily allow someone to download their edits as a JSON file for future re-integration.
It works best when you have some sort of solution that allows you to save the file in place like WebDAV but It may be usable in other deployments.
It consists of a single tiddler to provide a Menu Bar menu and a shadow tiddler to tie into the colour setting of the Menu Bar plugin into the various warnings.
So install https://tiddlywiki.com/#%24%3A%2Fplugins%2Ftiddlywiki%2Fmenubar first and then install the following JSON file.
Edit Semaphore (2023-04-13).json (2.9 KB)
Enjoy,
/Mike