From dd87a325ac61044bd7653fbf5e2d4d2c890f55f2 Mon Sep 17 00:00:00 2001 From: "Tomoya(obsidian)" Date: Wed, 9 Aug 2023 13:00:29 +0900 Subject: [PATCH] add obsidian config to commit --- .gitignore | 1 - content/.obsidian/app.json | 1 + content/.obsidian/appearance.json | 3 ++ content/.obsidian/community-plugins.json | 3 ++ content/.obsidian/core-plugins-migration.json | 29 +++++++++++++++++++ content/.obsidian/core-plugins.json | 20 +++++++++++++ content/.obsidian/hotkeys.json | 1 + 7 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 content/.obsidian/app.json create mode 100644 content/.obsidian/appearance.json create mode 100644 content/.obsidian/community-plugins.json create mode 100644 content/.obsidian/core-plugins-migration.json create mode 100644 content/.obsidian/core-plugins.json create mode 100644 content/.obsidian/hotkeys.json diff --git a/.gitignore b/.gitignore index 182026f9..59cf294a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ public resources .idea -content/.obsidian assets/indices/linkIndex.json assets/indices/contentIndex.json linkmap diff --git a/content/.obsidian/app.json b/content/.obsidian/app.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/content/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/content/.obsidian/appearance.json b/content/.obsidian/appearance.json new file mode 100644 index 00000000..c8c365d8 --- /dev/null +++ b/content/.obsidian/appearance.json @@ -0,0 +1,3 @@ +{ + "accentColor": "" +} \ No newline at end of file diff --git a/content/.obsidian/community-plugins.json b/content/.obsidian/community-plugins.json new file mode 100644 index 00000000..d3f66fab --- /dev/null +++ b/content/.obsidian/community-plugins.json @@ -0,0 +1,3 @@ +[ + "obsidian-git" +] \ No newline at end of file diff --git a/content/.obsidian/core-plugins-migration.json b/content/.obsidian/core-plugins-migration.json new file mode 100644 index 00000000..5c134902 --- /dev/null +++ b/content/.obsidian/core-plugins-migration.json @@ -0,0 +1,29 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "page-preview": true, + "daily-notes": true, + "templates": true, + "note-composer": true, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "bookmarks": true, + "markdown-importer": false, + "zk-prefixer": false, + "random-note": false, + "outline": true, + "word-count": true, + "slides": false, + "audio-recorder": false, + "workspaces": false, + "file-recovery": true, + "publish": false, + "sync": false +} \ No newline at end of file diff --git a/content/.obsidian/core-plugins.json b/content/.obsidian/core-plugins.json new file mode 100644 index 00000000..9405bfdc --- /dev/null +++ b/content/.obsidian/core-plugins.json @@ -0,0 +1,20 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "canvas", + "outgoing-link", + "tag-pane", + "page-preview", + "daily-notes", + "templates", + "note-composer", + "command-palette", + "editor-status", + "bookmarks", + "outline", + "word-count", + "file-recovery" +] \ No newline at end of file diff --git a/content/.obsidian/hotkeys.json b/content/.obsidian/hotkeys.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/content/.obsidian/hotkeys.json @@ -0,0 +1 @@ +{} \ No newline at end of file