1
0
Fork 0
obsidian-vault-starter/.obsidian/app.json

22 lines
525 B
JSON
Raw Normal View History

{
"legacyEditor": false,
"livePreview": true,
"promptDelete": false,
"defaultViewMode": "preview",
"foldIndent": true,
"spellcheck": false,
2023-09-25 22:44:52 +00:00
"spellcheckLanguages": null,
"trashOption": "local",
"alwaysUpdateLinks": true,
"newLinkFormat": "absolute",
"showUnsupportedFiles": true,
"attachmentFolderPath": "_Attachments",
"pdfExportSettings": {
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
},
2022-01-07 07:41:51 +00:00
"showLineNumber": false,
"autoConvertHtml": false
}