1
0
wiki/.obsidian/app.json

21 lines
479 B
JSON
Raw Normal View History

2022-08-24 16:29:06 +08:00
{
"legacyEditor": false,
"livePreview": true,
"showLineNumber": true,
"spellcheck": false,
"spellcheckLanguages": [],
"trashOption": "system",
"promptDelete": true,
"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",
"defaultViewMode": "source",
2022-11-29 14:47:59 +08:00
"showFrontmatter": true,
"vimMode": false,
"newLinkFormat": "absolute"
2022-08-24 16:29:06 +08:00
}