This commit is contained in:
2023-06-29 11:55:02 +08:00
commit 36e95249b1
1236 changed files with 464197 additions and 0 deletions

28
.obsidian/app.json vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"attachmentFolderPath": "08-Assets",
"trashOption": "local",
"promptDelete": false,
"pdfExportSettings": {
"includeName": true,
"pageSize": "A4",
"landscape": false,
"margin": "0",
"downscalePercent": 90
},
"alwaysUpdateLinks": true,
"foldIndent": true,
"foldHeading": true,
"showLineNumber": true,
"newFileLocation": "folder",
"newFileFolderPath": "01-Diary/本周事务",
"fileSortOrder": "alphabetical",
"legacyEditor": false,
"livePreview": true,
"defaultViewMode": "source",
"newLinkFormat": "shortest",
"userIgnoreFilters": [
"09-Templates/"
],
"readableLineLength": false,
"lineWrap": true
}