vault backup: 2026-02-05 07:18:20

This commit is contained in:
2026-02-05 07:18:20 -05:00
parent 117edb3767
commit 03892f219b
26 changed files with 532 additions and 333 deletions
+6 -6
View File
@@ -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
View File
@@ -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
}