How to uninstall the TiddlyTools Save Changes package?

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

-e

1 Like

Thank you!

I also found a TiddlyTools/Time/AutoSaver tiddler and a $:/config/PageControlButtons/Visibility/TiddlyTools/SaveChanges tiddler.

Do I leave these alone?

You can remove both of those.

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.

-e

1 Like

Thank you again. I’ll leave them them then. AutoSaver could be useful indeed.