1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-05 10:16:57 +00:00

Fix overflow in Browser Storage settings page (#8752)

Only a small fix
This commit is contained in:
Leilei332 2025-03-21 21:35:26 +08:00 committed by GitHub
parent 06adaf3331
commit 0b3efc2771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,13 +22,15 @@ This filter determines which tiddlers will be saved to local storage.
* `[all[]]` - attempt to save all changed tiddlers. This means even popup state tiddlers and temporary tiddlers will be saved.
* `[all[]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]]` - save all tiddlers except popup state tiddlers, temp tiddlers and the history list.
<$link to="$:/config/BrowserStorage/SaveFilter">Browser Storage Save Filter</$link>: <$edit-text tiddler="$:/config/BrowserStorage/SaveFilter" default="" tag="input" size="50"/>
|tc-table-no-border|k
|<$link to="$:/config/BrowserStorage/SaveFilter">Browser Storage Save Filter</$link> |<$edit-text tiddler="$:/config/BrowserStorage/SaveFilter" default="" tag="input"/> |
! Custom Quota Exceeded Alert
This setting allows a custom alert message to be displayed when an attempt to store a tiddler fails due to the storage quota being exceeded:
<$link to="$:/config/BrowserStorage/QuotaExceededAlert">Quota Exceeded Alert</$link>: <$edit-text tiddler="$:/config/BrowserStorage/QuotaExceededAlert" default="" tag="input" size="50"/>
|tc-table-no-border|k
|<$link to="$:/config/BrowserStorage/QuotaExceededAlert">Quota Exceeded Alert</$link> |<$edit-text tiddler="$:/config/BrowserStorage/QuotaExceededAlert" default="" tag="input"/> |
! Prevent browser from evicting local storage