/ .obsidian / app.json
app.json
 1  {
 2    "pdfExportSettings": {
 3      "includeName": false,
 4      "pageSize": "A4",
 5      "landscape": false,
 6      "margin": "0",
 7      "downscalePercent": 100
 8    },
 9    "promptDelete": true,
10    "strictLineBreaks": false,
11    "showLineNumber": true,
12    "autoConvertHtml": true,
13    "showRibbon": true,
14    "readableLineLength": true,
15    "foldHeading": true,
16    "foldIndent": false,
17    "showIndentGuide": false,
18    "showInlineTitle": false,
19    "focusNewTab": true,
20    "propertiesInDocument": "visible",
21    "vimMode": false,
22    "smartIndentList": true,
23    "autoPairMarkdown": true,
24    "useMarkdownLinks": false,
25    "alwaysUpdateLinks": true,
26    "spellcheck": false,
27    "showUnsupportedFiles": false,
28    "defaultViewMode": "preview",
29    "attachmentFolderPath": "Attach",
30    "livePreview": false
31  }