summaryrefslogtreecommitdiffstats
path: root/.obsidian/app.json
diff options
context:
space:
mode:
Diffstat (limited to '.obsidian/app.json')
-rw-r--r--.obsidian/app.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/.obsidian/app.json b/.obsidian/app.json
new file mode 100644
index 0000000..4b26bd7
--- /dev/null
+++ b/.obsidian/app.json
@@ -0,0 +1,51 @@
+{
+ "pluginEnabledStatus": {
+ "file-explorer": true,
+ "global-search": true,
+ "switcher": true,
+ "graph": true,
+ "backlink": true,
+ "command-palette": true,
+ "markdown-importer": false,
+ "word-count": false,
+ "open-with-default-app": false,
+ "file-recovery": true,
+ "tag-pane": true,
+ "page-preview": true,
+ "templates": true,
+ "random-note": false,
+ "outline": true,
+ "slides": true
+ },
+ "strictLineBreaks": false,
+ "useTab": false,
+ "tabSize": 2,
+ "autoConvertHtml": true,
+ "vimMode": true,
+ "promptDelete": false,
+ "smartIndentList": true,
+ "foldIndent": true,
+ "foldHeading": true,
+ "defaultViewMode": "source",
+ "enabledPlugins": [
+ "better-word-count",
+ "obsidian-checklist-plugin",
+ "note-refactor-obsidian",
+ "obsidian-vimrc-support",
+ "obsidian-plugin-toc",
+ "calendar"
+ ],
+ "showUnsupportedFiles": true,
+ "useMarkdownLinks": false,
+ "alwaysUpdateLinks": true,
+ "legacyEditor": false,
+ "livePreview": true,
+ "spellcheckLanguages": [
+ "en-GB",
+ "sv"
+ ],
+ "newLinkFormat": "shortest",
+ "readableLineLength": true,
+ "showLineNumber": false,
+ "lineWrap": true
+} \ No newline at end of file