dnd-template/.obsidian/app.json

14 lines
272 B
JSON
Raw Normal View History

2022-06-22 07:34:43 +00:00
{
"legacyEditor": false,
"livePreview": true,
2022-06-22 20:57:29 +00:00
"attachmentFolderPath": "attachment",
"trashOption": "local",
2022-06-28 19:18:16 +00:00
"promptDelete": false,
2022-06-22 20:57:29 +00:00
"alwaysUpdateLinks": true,
"showLineNumber": true,
"spellcheck": true,
"spellcheckLanguages": [
"en-GB",
"de"
]
2022-06-22 07:34:43 +00:00
}