vault backup: 2025-03-15 10:11:39

This commit is contained in:
gyz 2025-03-15 10:11:40 +08:00
parent 0efd73c299
commit 5f275430bd
2 changed files with 207 additions and 4 deletions

View File

@ -100,7 +100,7 @@
"library2": { "library2": {
"type": "excalidrawlib", "type": "excalidrawlib",
"version": 2, "version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.7.5", "source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.9.2",
"libraryItems": [] "libraryItems": []
}, },
"imageElementNotice": true, "imageElementNotice": true,
@ -116,6 +116,7 @@
"showReleaseNotes": true, "showReleaseNotes": true,
"showNewVersionNotification": true, "showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}", "latexBoilerplate": "\\color{blue}",
"latexPreambleLocation": "preamble.sty",
"taskboneEnabled": false, "taskboneEnabled": false,
"taskboneAPIkey": "", "taskboneAPIkey": "",
"pinnedScripts": [], "pinnedScripts": [],
@ -786,7 +787,6 @@
} }
], ],
"showSplashscreen": true, "showSplashscreen": true,
"latexPreambleLocation": "preamble.sty",
"pdfSettings": { "pdfSettings": {
"pageSize": "A4", "pageSize": "A4",
"pageOrientation": "portrait", "pageOrientation": "portrait",

File diff suppressed because one or more lines are too long