1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-13 09:09:25 +00:00
TiddlyWiki5/plugins/tiddlywiki/savetrail/plugin.info
Jermolene bc61f7eebf Introduce savetrail plugin
See the readme:

“This plugin causes TiddlyWiki to continuously save the contents of
each tiddler that is changed as a JSON file. Configured correctly, the
browser will download the files silently in the background, and they
can be used as a backup in case of accidental data loss.”

Inspired by @telmiger’s comment (3) here:
https://github.com/Jermolene/TiddlyWiki5/issues/2741#issuecomment-276128
871
2017-02-04 17:37:31 +00:00

8 lines
182 B
Plaintext

{
"title": "$:/plugins/tiddlywiki/savetrail",
"description": "Auto-download modified tiddlers",
"author": "JeremyRuston",
"core-version": ">=5.0.0",
"list": "readme settings"
}