The big thing here is that Bob is now set up so that you can make your own plugin library with it. It took so long to get this into the normal Bob because I didn't want to put the thought into making it portable and that would have been the first request. Now it should be portable and I look forward to all the new and interesting ways that different OSes are going to make life interesting.
To set up a plugin library you need to set the pluginLibrary key in the API part of the setting to 'yes' and set the pluginsPath key to the path to your plugins folder. The plugins folder should be the same format as is used by the core tiddlywiki.
this documentation is part of the Bob plugin
If you are wondering what this looks like when you use it you can try it out, my public facing Bob server on
ooktech.xyz is set up as a plugin library with most of the ooktech plugins. You can try it out by opening up the TWederBob plugin tiddler and looking at the 'GetPlugins' tab. TWederBob is included with BobEXE now, if you already have an index wiki you can add OokTech/TWederBob to the plugins in
tiddlywiki.info for the index wiki, if you are making a new one that TWederBob will be included in the index wiki by default.
The other change is that now the http traffic and websocket traffic now uses the same port, so you will only see one port listed when you start the wiki server. I made a note to do this months ago and just got around to doing it the other day. It should have absolutely no effect on using the wiki.
!! Version 1.0.6 Salt Bagels 2: Bagel Harder
- Now the server only uses one port for both websockets and http(s) traffic
- Add paths for the plugin library to the normal Bob server