Files
WorkNote/.obsidian/app.json

17 lines
400 B
JSON
Raw Normal View History

2025-03-07 22:48:03 +08:00
{
"newFileLocation": "current",
"newLinkFormat": "relative",
"attachmentFolderPath": "./assets",
"strictLineBreaks": true,
"useMarkdownLinks": true,
"showLineNumber": false,
2025-03-10 21:20:48 +08:00
"trashOption": "local",
2025-03-23 19:22:23 +08:00
"alwaysUpdateLinks": true,
2025-04-02 09:04:01 +08:00
"showUnsupportedFiles": true,
"pdfExportSettings": {
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
}
2025-03-07 22:48:03 +08:00
}