summaryrefslogtreecommitdiff
path: root/SI/.obsidian/app.json
blob: eaddc233729b3a38d82c0a975008f51583e0d977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "vimMode": true,
  "alwaysUpdateLinks": true,
  "readableLineLength": true,
  "tabSize": 2,
  "livePreview": false,
  "showLineNumber": true,
  "showUnsupportedFiles": true,
  "pdfExportSettings": {
    "includeName": true,
    "pageSize": "A4",
    "landscape": false,
    "margin": "0",
    "downscalePercent": 100
  },
  "defaultViewMode": "preview",
  "promptDelete": false,
  "newFileLocation": "current",
  "newFileFolderPath": "",
  "autoConvertHtml": true,
  "propertiesInDocument": "source",
  "spellcheck": true,
  "autoPairMarkdown": false,
  "strictLineBreaks": false,
  "useMarkdownLinks": true
}