mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-08-15 15:28:55 +00:00
Initial Commit
This commit is contained in:
@@ -34,7 +34,7 @@ This setting allows a custom alert message to be displayed when an attempt to st
|
||||
|
||||
! Prevent browser from evicting local storage
|
||||
|
||||
Permission for local storage persistence: ''{{$:/info/browser/storage/persisted}}''
|
||||
Permission for local storage persistence: ''{{$:/state/browser/storage/persisted}}''
|
||||
|
||||
The first time a tiddler is saved to local storage a request will be made to prevent automatic eviction of local storage for this site. This means the data will not be cleared unless the user manually clears it.
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ exports.synchronous = true;
|
||||
|
||||
var ENABLED_TITLE = "$:/config/BrowserStorage/Enabled",
|
||||
SAVE_FILTER_TITLE = "$:/config/BrowserStorage/SaveFilter",
|
||||
PERSISTED_STATE_TITLE = "$:/info/browser/storage/persisted";
|
||||
PERSISTED_STATE_TITLE = "$:/state/browser/storage/persisted";
|
||||
|
||||
var BrowserStorageUtil = require("$:/plugins/tiddlywiki/browser-storage/util.js").BrowserStorageUtil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user