1
0
wiki/.obsidian/app.json

23 lines
545 B
JSON
Raw Normal View History

2022-08-24 16:29:06 +08:00
{
"legacyEditor": false,
"livePreview": true,
"showLineNumber": true,
2023-12-26 11:49:20 +08:00
"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-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",
2023-11-13 12:10:13 +08:00
"propertiesInDocument": "visible",
"useMarkdownLinks": true
2022-08-24 16:29:06 +08:00
}