mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Browser-storage plugin: Don't save popup state by default
This commit is contained in:
parent
a339491cc0
commit
1dfc29c127
@ -1,2 +1,2 @@
|
||||
title: $:/config/BrowserStorage/SaveFilter
|
||||
text: [prefix[$:/state/]]
|
||||
text: [prefix[$:/state/]] -[prefix[$:/state/popup/]]
|
||||
|
@ -14,7 +14,7 @@ Click this button to clear browser storage and disable its use:
|
||||
|
||||
! Save Filter
|
||||
|
||||
This filter determines which tiddlers will be saved to local storage. By default, it contains `[prefix[$:/state/]]` to just save state tiddlers, thus preserving selected tabs, and the open/closed status of table of contents entries. Other useful values include `[all[]]` meaning that it will attempt to save all tiddlers.
|
||||
This filter determines which tiddlers will be saved to local storage. By default, it contains `[prefix[$:/state/]] -[prefix[$:/state/popup/]]` to just save state tiddlers except popup state tiddlers, thus preserving selected tabs, and the open/closed status of table of contents entries. Other useful values include `[all[]]` meaning that it will attempt to save all tiddlers.
|
||||
|
||||
<$link to="$:/config/BrowserStorage/SaveFilter">Browser Storage Save Filter</$link>: <$edit-text tiddler="$:/config/BrowserStorage/SaveFilter" default="" tag="input" size="50"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user