Notepad/enter/.obsidian/app.json

17 lines
445 B
JSON
Raw Normal View History

2023-07-05 18:29:11 +00:00
{
"alwaysUpdateLinks": true,
"showLineNumber": false,
2023-08-11 00:23:18 +00:00
"showIndentGuide": true,
"pdfExportSettings": {
"includeName": true,
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
},
"readableLineLength": true,
"strictLineBreaks": true,
"attachmentFolderPath": "Coding Tips (Classical)/Project Vault/Website Projects/Obsidian/imgFiles",
"vimMode": true,
"showInlineTitle": false
2023-07-05 18:29:11 +00:00
}