1
0
wiki/.obsidian/app.json

22 lines
519 B
JSON
Raw Normal View History

2022-08-24 16:29:06 +08:00
{
"legacyEditor": false,
"livePreview": true,
"showLineNumber": true,
"spellcheck": false,
2023-09-05 17:29:16 +08:00
"spellcheckLanguages": null,
2022-08-24 16:29:06 +08:00
"trashOption": "system",
2023-11-09 17:30:33 +08:00
"promptDelete": false,
2022-08-24 16:29:06 +08:00
"communityPluginSortOrder": "download",
2023-07-17 11:04:32 +08:00
"attachmentFolderPath": "static/upload",
2022-08-24 16:29:06 +08:00
"userIgnoreFilters": [
"src/",
"static/",
"templates/"
],
2022-09-22 11:21:23 +08:00
"newFileLocation": "current",
2023-11-09 17:30:33 +08:00
"defaultViewMode": "source",
2022-11-29 14:47:59 +08:00
"showFrontmatter": true,
"vimMode": false,
2023-09-05 17:29:16 +08:00
"newLinkFormat": "absolute",
"propertiesInDocument": "visible"
2022-08-24 16:29:06 +08:00
}