I started using TiddlyWiki Node.js edition. I already have the TiddlyTools Saver installed in my standalone wiki. I understand that saving in the Node.js edition is handled in a different way.
My question is how do I remove the Saver feature? Do I find and delete the following three tiddlers?
TiddlyTools/SaveChanges
TiddlyTools/SaveChanges/Info
TiddlyTools/SaveChanges/ShowLog
Yes… deleting those 3 tiddlers removes the custom “save changes with log” button. However… as soon as you do that, there won’t be any “save changes” button at all!
To restore the standard “save changes” button, you will need to also delete $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/save-wiki
However, you might find TiddlyTools/Time/AutoSaver to still be useful, as it can create automatic timed “backups” of tiddlers changed during the current session using the default “HTML5 download saver” to create JSON files.