From 21a2e1cb4061899324f5934d0f7e221dd5628f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E6=B5=A6=20=E7=9F=A5=E4=B9=9F=20Matsuura=20Tomoy?= =?UTF-8?q?a?= Date: Wed, 29 Oct 2025 22:05:39 -0400 Subject: [PATCH] saved plugins --- content/.obsidian/community-plugins.json | 11 ++++++++++- content/.obsidian/core-plugins.json | 10 +++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/content/.obsidian/community-plugins.json b/content/.obsidian/community-plugins.json index d3f66fab..d6385ce3 100644 --- a/content/.obsidian/community-plugins.json +++ b/content/.obsidian/community-plugins.json @@ -1,3 +1,12 @@ [ - "obsidian-git" + "obsidian-git", + "obsidian-auto-link-title", + "templater-obsidian", + "obsidian-outliner", + "smart-connections", + "better-word-count", + "obsidian-local-rest-api", + "obsidian-pandoc-reference-list", + "mcp-tools", + "obsidian-focus-mode" ] \ No newline at end of file diff --git a/content/.obsidian/core-plugins.json b/content/.obsidian/core-plugins.json index 2a53d55b..e19c8176 100644 --- a/content/.obsidian/core-plugins.json +++ b/content/.obsidian/core-plugins.json @@ -7,8 +7,10 @@ "canvas": true, "outgoing-link": true, "tag-pane": true, + "footnotes": true, + "properties": true, "page-preview": true, - "daily-notes": true, + "daily-notes": false, "templates": true, "note-composer": true, "command-palette": true, @@ -26,8 +28,6 @@ "file-recovery": true, "publish": false, "sync": false, - "properties": true, - "webviewer": false, - "footnotes": false, - "bases": true + "bases": true, + "webviewer": false } \ No newline at end of file