vault backup: 2026-02-05 07:18:20
This commit is contained in:
Vendored
+6
-6
@@ -27,7 +27,7 @@
|
||||
"copyCommands": [
|
||||
{
|
||||
"name": "Quote",
|
||||
"template": "> ({{linkWithDisplay}})\n> {{text}}\n"
|
||||
"template": "> [!quote] {{linkWithDisplay}}\n> {{text}}\n"
|
||||
},
|
||||
{
|
||||
"name": "Link",
|
||||
@@ -110,8 +110,8 @@
|
||||
"recordPDFInternalLinkHistory": true,
|
||||
"alwaysRecordHistory": true,
|
||||
"renderMarkdownInStickyNote": false,
|
||||
"enablePDFEdit": true,
|
||||
"author": "ZaneMeyers",
|
||||
"enablePDFEdit": false,
|
||||
"author": "",
|
||||
"writeHighlightToFileOpacity": 0.2,
|
||||
"defaultWriteFileToggle": false,
|
||||
"syncWriteFileToggle": true,
|
||||
@@ -221,9 +221,9 @@
|
||||
"clearSelectionAfterAutoPaste": true,
|
||||
"respectCursorPositionWhenAutoPaste": true,
|
||||
"blankLineAboveAppendedContent": true,
|
||||
"autoCopy": true,
|
||||
"autoCopy": false,
|
||||
"autoFocus": false,
|
||||
"autoPaste": true,
|
||||
"autoPaste": false,
|
||||
"autoFocusTarget": "last-active-and-open-then-last-paste",
|
||||
"autoPasteTarget": "last-active-and-open-then-last-paste",
|
||||
"openAutoFocusTargetIfNotOpened": true,
|
||||
@@ -236,7 +236,7 @@
|
||||
"autoPasteTargetDialogTimeoutSec": 20,
|
||||
"autoCopyToggleRibbonIcon": false,
|
||||
"autoCopyIconName": "highlighter",
|
||||
"autoFocusToggleRibbonIcon": true,
|
||||
"autoFocusToggleRibbonIcon": false,
|
||||
"autoFocusIconName": "zap",
|
||||
"autoPasteToggleRibbonIcon": false,
|
||||
"autoPasteIconName": "clipboard-paste",
|
||||
|
||||
+5
-5
@@ -4,30 +4,30 @@
|
||||
"hasMigratedWeeklyNoteSettings": false,
|
||||
"daily": {
|
||||
"folder": "",
|
||||
"template": "templates/daily",
|
||||
"template": "templates/daily.md",
|
||||
"enabled": true
|
||||
},
|
||||
"weekly": {
|
||||
"format": "",
|
||||
"template": "",
|
||||
"template": "templates/weekly.md",
|
||||
"folder": "",
|
||||
"enabled": true
|
||||
},
|
||||
"monthly": {
|
||||
"format": "",
|
||||
"template": "",
|
||||
"template": "templates/monthly.md",
|
||||
"folder": "",
|
||||
"enabled": true
|
||||
},
|
||||
"quarterly": {
|
||||
"format": "",
|
||||
"template": "",
|
||||
"template": "templates/quarterly.md",
|
||||
"folder": "",
|
||||
"enabled": true
|
||||
},
|
||||
"yearly": {
|
||||
"format": "",
|
||||
"template": "",
|
||||
"template": "templates/yearly.md",
|
||||
"folder": "",
|
||||
"enabled": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user