From ecf19ec4851d723472e4ba502eddb0d6562d7aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 21 Jan 2022 16:33:11 +0100 Subject: add obsidian config --- .obsidian/app.json | 51 ++++++++++++++++++++++++++++++++++++++++ .obsidian/community-plugins.json | 8 +++++++ .obsidian/core-plugins.json | 14 +++++++++++ 3 files changed, 73 insertions(+) create mode 100644 .obsidian/app.json create mode 100644 .obsidian/community-plugins.json create mode 100644 .obsidian/core-plugins.json 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 diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json new file mode 100644 index 0000000..805db5d --- /dev/null +++ b/.obsidian/community-plugins.json @@ -0,0 +1,8 @@ +[ + "better-word-count", + "obsidian-git", + "obsidian-plugin-toc", + "nldates-obsidian", + "review-obsidian", + "obsidian-vimrc-support" +] \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 0000000..8b4e900 --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,14 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "outgoing-link", + "page-preview", + "note-composer", + "command-palette", + "editor-status", + "slides", + "file-recovery" +] \ No newline at end of file -- cgit v1.2.1