TiddlyTools/SaveChanges uses the tm-save-wiki
message to perform the Saver action.
I haven’t tested it with a node.js installation since I always use TiddlyWiki with the single-file “standalone” configuration. However, it’s my understanding that node.js installations use a different method of saving, so I wouldn’t expect tm-save-wiki
to work there. Even so, all of the “change log” handling (i.e., getting log input and updating the $:/state/ChangeLog
tiddler) should still work, since it occurs prior to sending the tm-save-wiki
message.
The only way to know how it works with a node.js installation would be to try it and see what happens.
Let me know how it goes…
-e