mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Fix #1179: improve :source / :sanitise docs
This commit is contained in:
parent
9f93d3f7d1
commit
b0ba29586d
|
|
@ -37,8 +37,9 @@
|
|||
"
|
||||
" "
|
||||
" " Cleanup (requires Tridactyl 1.25.0+)
|
||||
" " Persisted settings may briefly apply at startup before this file is sourced.
|
||||
" "
|
||||
" santisise tridactylconfig
|
||||
" sanitise tridactylconfig
|
||||
" set configversion 2.0
|
||||
"
|
||||
"
|
||||
|
|
|
|||
|
|
@ -5190,6 +5190,8 @@ export async function reseturl(pattern: string, mode: string, key: string) {
|
|||
|
||||
/** Deletes various bits of Firefox or Tridactyl data
|
||||
|
||||
When used in a tridactylrc, persisted settings may briefly apply at startup before the file is sourced.
|
||||
|
||||
The list of possible arguments can be found here:
|
||||
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/browsingData/DataTypeSet
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue