vault backup: 2023-02-19 15:44:22

This commit is contained in:
fallen-angle
2023-02-19 15:44:22 +08:00
commit 26831eda6e
70 changed files with 162537 additions and 0 deletions

20
.obsidian/app.json vendored Normal file
View File

@@ -0,0 +1,20 @@
{
"promptDelete": false,
"newLinkFormat": "relative",
"attachmentFolderPath": "./assets/未命名",
"showUnsupportedFiles": false,
"newFileLocation": "current",
"useMarkdownLinks": true,
"strictLineBreaks": false,
"showFrontmatter": true,
"vimMode": false,
"showLineNumber": true,
"foldIndent": true,
"showIndentGuide": true,
"smartIndentList": true,
"spellcheckLanguages": [
"zh-CN",
"en-US"
],
"alwaysUpdateLinks": true
}