BrowserStorage: A new plugin to save tiddlers to local storage

Experimental at this point.
This commit is contained in:
Jermolene
2019-02-03 12:51:15 +00:00
parent 70f5dff81e
commit e31c5563ff
6 changed files with 137 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
"title": "$:/plugins/tiddlywiki/browser-storage",
"description": "Local storage in the browser",
"author": "Jeremy Ruston ",
"core-version": ">=5.0.0",
"list": "readme"
}