Files
WorkNote/.obsidian/app.json

17 lines
400 B
JSON
Raw Permalink Normal View History

2025-07-29 13:28:20 +08:00
{
2025-07-29 16:08:39 +08:00
"newFileLocation": "current",
"newLinkFormat": "relative",
2025-07-29 16:13:54 +08:00
"attachmentFolderPath": "./assets",
"strictLineBreaks": true,
"useMarkdownLinks": true,
"showLineNumber": false,
"trashOption": "local",
"alwaysUpdateLinks": true,
2025-08-01 09:27:10 +08:00
"showUnsupportedFiles": true,
"pdfExportSettings": {
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
}
2025-07-29 13:28:20 +08:00
}