Files
obsidian_note/.obsidian/app.json
2025-12-18 17:59:07 +08:00

25 lines
599 B
JSON

{
"defaultViewMode": "preview",
"promptDelete": false,
"legacyEditor": false,
"attachmentFolderPath": "./assets",
"autoPairBrackets": false,
"autoPairMarkdown": true,
"useTab": false,
"readableLineLength": false,
"useMarkdownLinks": false,
"alwaysUpdateLinks": true,
"pdfExportSettings": {
"pageSize": "A4",
"landscape": false,
"margin": "0",
"downscalePercent": 100
},
"lineWrap": true,
"strictLineBreaks": false,
"showLineNumber": true,
"newFileLocation": "current",
"propertiesInDocument": "visible",
"spellcheck": false,
"foldIndent": true
}