Files
Obsidian/.obsidian/app.json
2023-02-20 11:39:24 +08:00

20 lines
473 B
JSON

{
"promptDelete": false,
"newLinkFormat": "relative",
"attachmentFolderPath": "./assets/一、入门导读",
"showUnsupportedFiles": false,
"newFileLocation": "current",
"useMarkdownLinks": true,
"strictLineBreaks": false,
"showFrontmatter": true,
"vimMode": false,
"showLineNumber": true,
"foldIndent": true,
"showIndentGuide": false,
"smartIndentList": true,
"spellcheckLanguages": [
"zh-CN",
"en-US"
],
"alwaysUpdateLinks": true
}