obsidian/.obsidian/app.json

19 lines
456 B
JSON
Raw Normal View History

2024-06-28 02:13:12 -05:00
{
"livePreview": false,
"newFileLocation": "folder",
"newFileFolderPath": "🏛️ Home",
"trashOption": "local",
"attachmentFolderPath": "📂 Media",
"pdfExportSettings": {
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
},
"focusNewTab": true,
"promptDelete": false,
"defaultViewMode": "preview",
"showLineNumber": true,
"alwaysUpdateLinks": true,
"showUnsupportedFiles": true
}