summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.obsidian/app.json51
-rw-r--r--.obsidian/community-plugins.json8
-rw-r--r--.obsidian/core-plugins.json14
3 files changed, 73 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
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