vault backup: 2026-02-04 17:41:43

This commit is contained in:
2026-02-04 17:41:43 -05:00
parent 6bfae1f3ca
commit f37b555f4b
8 changed files with 109 additions and 7 deletions
+1 -1
View File
@@ -148,7 +148,7 @@
"enabled": true,
"single-quote-enabled": true,
"single-quote-style": "''",
"double-quote-enabled": true,
"double-quote-enabled": false,
"double-quote-style": "\"\""
},
"remove-consecutive-list-markers": {
+4 -4
View File
@@ -221,9 +221,9 @@
"clearSelectionAfterAutoPaste": true,
"respectCursorPositionWhenAutoPaste": true,
"blankLineAboveAppendedContent": true,
"autoCopy": false,
"autoCopy": true,
"autoFocus": false,
"autoPaste": false,
"autoPaste": true,
"autoFocusTarget": "last-active-and-open-then-last-paste",
"autoPasteTarget": "last-active-and-open-then-last-paste",
"openAutoFocusTargetIfNotOpened": true,
@@ -234,11 +234,11 @@
"executeCommandWhenTargetNotIdentified": true,
"commandToExecuteWhenTargetNotIdentified": "switcher:open",
"autoPasteTargetDialogTimeoutSec": 20,
"autoCopyToggleRibbonIcon": true,
"autoCopyToggleRibbonIcon": false,
"autoCopyIconName": "highlighter",
"autoFocusToggleRibbonIcon": true,
"autoFocusIconName": "zap",
"autoPasteToggleRibbonIcon": true,
"autoPasteToggleRibbonIcon": false,
"autoPasteIconName": "clipboard-paste",
"viewSyncFollowPageNumber": true,
"viewSyncPageDebounceInterval": 0.3,