Should MWS be a 'major' release change?

MWS is a major change in how wikis are stored - SQLite vs Filesystem

Does that qualify for a major release change of TiddlyWiki5 - to TiddlyWiki6?

I haven’t spent the time I want to with MWS. So I don’t understand some basics.

Is this to be a replacement for the existing Node version, or will it be an optional configuration/set of commands? Many of my normal workflows involve creating large lists of tiddler files or modifying existing ones, all from the command line or from Node scripts. If MWS made that harder to do, I would consider suggesting it should be a major version.

But TW has clearly shied away from releasing major versions. TW5 is, what, twelve years old? If the new version does not support common-enough use-cases that the current version does, I guess we would have to go that route. I’d also be disappointed.

Looking in still being relatively outside the dev process (but MWS being the future I’m most interested in), my basic thought is “major versions should be for incompatible syntax changes”. Minor version could makes sense though - 5.4.0?

(tangent: Is the SQLite a storage requirement though? The impression I got from https://mws.tiddlywiki.com/static/MWS%20and%20SQLite.html is that sqlite replaces an internal javascript DB engine - and this line: “One particular misconception to avoid is the idea that SQLite replaces the folders of .tid files that characterise the Node.js configuration of TiddlyWiki. These are separate components with a different purpose.” So I’d think @Scott_Sauyet’s use-case (and mine - I use .tid files and a git backend to store history) would continue? Or is that page now out of date?

I certainly hope that is still the case, because if the nodejs is planned to be replaced by MWS, then I’m out. I’ll just have to stick with the last version of the nodejs tiddlywiki that still uses separate .tid files. I have no desire to have my tiddlers trapped in a SQLite dataset that can become corrupted. There was talk about backup systems that would take care of that, but no thanks. Individual files are the only way I can be sure each and every tiddler is under proper version control, so I can see the individual changes and swap out .tid files as needed. I just sure hope the plan is simply for it to be an option, but not a replacement. That is exactly why I do not use the standalone tiddlywiki .html file, as that is a single point of failure.

MWS is a plugin. It is not intended to replace existing mechanisms. It should complement them.

4 Likes

I think MWS would break the single-file Theme of TiddlyWiki, while I think in the future a lot of users will drop things like node.js (default setup) and webdav in favor of an easier layout like MWS, for simple offline and Compatability MWS may hinder some use cases, case an point Welfords TWexe requires TiddlyWiki to run as an HTA File, since MWS is a hosted system vs local this would be near-impossible. Just my thoughts