1
0
wiki/.obsidian/app.json

19 lines
392 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",
"attachmentFolderPath": "",
"userIgnoreFilters": [
"node_modules/",
"build/",
"src/",
"static/",
"templates/"
],
"newFileLocation": "current"
}