mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-28 21:15:15 +00:00
Add support for autosave
Causes the wiki to be autosaved whenever clicking “done” after editing a tiddler. Only works with savers that support autosave. We should probably make autosave configurable
This commit is contained in:
@@ -46,7 +46,8 @@ Information about this saver
|
||||
*/
|
||||
DownloadSaver.prototype.info = {
|
||||
name: "download",
|
||||
priority: 100
|
||||
priority: 100,
|
||||
capabilities: ["save", "download"]
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user