obsidian/.obsidian/app.json

18 lines
417 B
JSON
Raw Permalink Normal View History

2024-06-28 02:13:12 -05:00
{
"livePreview": false,
"promptDelete": false,
2024-06-28 02:13:12 -05:00
"pdfExportSettings": {
2024-09-14 08:39:18 -05:00
"includeName": true,
2024-06-28 02:13:12 -05:00
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
},
"showLineNumber": true,
2024-09-14 08:39:18 -05:00
"defaultViewMode": "preview",
2024-06-28 02:13:12 -05:00
"alwaysUpdateLinks": true,
2024-09-14 08:39:18 -05:00
"trashOption": "local",
"newFileLocation": "folder",
"newFileFolderPath": "🏛️ Home",
"attachmentFolderPath": "/"
2024-06-28 02:13:12 -05:00
}