From a47185ae7e591f8e9a70c90df651e8e5cb870151 Mon Sep 17 00:00:00 2001 From: 7Wate Date: Thu, 30 Mar 2023 14:12:28 +0800 Subject: [PATCH] =?UTF-8?q?Obsidian=EF=BC=9A=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .obsidian/core-plugins-migration.json | 29 +++++++++++++++++++++++++++ .obsidian/core-plugins.json | 1 + 2 files changed, 30 insertions(+) create mode 100644 .obsidian/core-plugins-migration.json diff --git a/.obsidian/core-plugins-migration.json b/.obsidian/core-plugins-migration.json new file mode 100644 index 00000000..0a4fc818 --- /dev/null +++ b/.obsidian/core-plugins-migration.json @@ -0,0 +1,29 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": false, + "graph": false, + "backlink": false, + "outgoing-link": false, + "tag-pane": true, + "page-preview": true, + "daily-notes": false, + "templates": false, + "note-composer": false, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "starred": false, + "markdown-importer": false, + "zk-prefixer": false, + "random-note": false, + "outline": true, + "word-count": true, + "slides": false, + "audio-recorder": false, + "workspaces": true, + "file-recovery": true, + "publish": false, + "sync": false, + "canvas": true +} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json index a52b4e7b..954c4eda 100644 --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -1,6 +1,7 @@ [ "file-explorer", "global-search", + "canvas", "tag-pane", "page-preview", "command-palette",