Hi all, First of all, thanks so much for Jermolene and everyone contributes to TiddlyWiki. This is a really nice tool!
I am new to TiddlyWiki so this might be a pretty dumb question. I am now trying to host a TiddlyWiki5 server with Node.js and collaborate with others on this wiki. To avoid conflicts occur during collaboration, I installed a multi-user plugin <https://github.com/OokTech/TW5-MultiUser>. The plugin works fine but I found a (possible) bug and I want to fix it. And this is why I would like to know how to make TiddlyWiki server loads .tiddler files. The bug of the plugin is that when the server receives a tiddler from the client, the plugin saves the tiddler as a TiddlyWeb-style .tid file and adds an extra newline character to the end of the file. When the tiddler is deserialized and broadcasted back to clients of the server, the content of the tiddler will have that extra newline character. I do not know the exact reason why the plugin has to add the extra newline character to the end of the saved tiddlers (maybe the tiddlers will be processed by some other tools that expects each line ends with a newline?), but it seems to be unavoidable for .tid files. So I decided to fix that bug by saving tiddlers to .tiddler files as described in this page <https://tiddlywiki.com/static/TiddlerFiles.html>. Currently I can make to server to successfully save the tiddlers to .tiddler files and to load them back during runtime. However, it seems the TiddlyWiki server cannot pick the correct deserializer for .tiddler files during server startup, so all the tiddlers saved will be lost after restart. Is this expected behaviour? Or should I configure something to make the server defaults to load .tiddler files instead of .tid files during startup? Any comments or suggestions are welcomed. Also, I highly recommend the multi-user plugin. Although there is such a tiny bug that I am trying to fix, it works pretty well with a vanilla TiddlyWiki. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/343af9c7-5c7d-4f70-b4c1-1f065b94b1b3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

