1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-21 04:49:54 +00:00

Browser-storage plugin: Don't save popup state by default

This commit is contained in:
Jeremy Ruston 2020-02-19 18:58:13 +00:00
parent a339491cc0
commit 1dfc29c127
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
title: $:/config/BrowserStorage/SaveFilter
text: [prefix[$:/state/]]
text: [prefix[$:/state/]] -[prefix[$:/state/popup/]]

View File

@ -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"/>