1
0
wiki/.obsidian/app.json

22 lines
516 B
JSON
Raw Normal View History

2022-08-24 16:29:06 +08:00
{
"legacyEditor": false,
"livePreview": true,
"showLineNumber": true,
2023-11-10 10:46:38 +08:00
"spellcheck": true,
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-11-10 10:46:38 +08:00
"attachmentFolderPath": "Static",
2022-08-24 16:29:06 +08:00
"userIgnoreFilters": [
2023-11-10 10:46:38 +08:00
"Static/",
"Journal/",
"Templates/"
2022-08-24 16:29:06 +08:00
],
2022-09-22 11:21:23 +08:00
"newFileLocation": "current",
2023-11-10 10:46:38 +08:00
"defaultViewMode": "preview",
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
}