This is a very small update compared to the previous one. The only significant addition in the internalFetch message that lets you copy tiddlers from one wiki on the Bob server into another one and is modelled after the --fetch command created by Jeremy for the core.
It is copying, so the two versions are independent, changing the tiddler is the source wiki has no effect on the copied version. Sharing the same tiddler between wikis so changes to the tiddler appear in every wiki that has the tiddler is planned but may be a while.
I am making this release with so little in it because the next step is to add inter-server federation and I wanted a clean start for that. As an addition I am planning on making a plugin that single file wikis can use to fetch or send tiddlers from/to Bob servers.
The changelog for this version is (the full changelog is available in the Bob repo):
- The disconnected message is now much smaller because you can keep working on
the wiki and reconnect.
- Added the internalFetch message to match the --fetch command in the core.
-It fetches tiddlers from another wiki on the same Bob server
-Tiddlers to import are selected by a filter
-There is an optional transform filter that can modify the imported tiddlers
titles (you can add prefixes/suffixes, etc.)
-Conflict resolution uses the same system as resyncing to a server.