Files
Obsidian/.obsidian/app.json
2023-02-19 15:44:22 +08:00

20 lines
463 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": true,
"smartIndentList": true,
"spellcheckLanguages": [
"zh-CN",
"en-US"
],
"alwaysUpdateLinks": true
}