From e76ea354216895b6ad6e6eec1623b737de888537 Mon Sep 17 00:00:00 2001 From: Shaun Setlock Date: Sun, 2 Nov 2025 21:08:25 -0500 Subject: [PATCH] Turn off some Obsidian core plug-ins. --- obsidian/core-plugins.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/obsidian/core-plugins.json b/obsidian/core-plugins.json index c89a841..f987e57 100644 --- a/obsidian/core-plugins.json +++ b/obsidian/core-plugins.json @@ -27,5 +27,7 @@ "file-recovery": true, "publish": false, "sync": false, - "webviewer": false + "webviewer": false, + "footnotes": false, + "bases": false } \ No newline at end of file