saved plugins

This commit is contained in:
2025-10-29 22:05:39 -04:00
parent ca84126dbe
commit 21a2e1cb40
2 changed files with 15 additions and 6 deletions

View File

@@ -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"
] ]

View File

@@ -7,8 +7,10 @@
"canvas": true, "canvas": true,
"outgoing-link": true, "outgoing-link": true,
"tag-pane": true, "tag-pane": true,
"footnotes": true,
"properties": true,
"page-preview": true, "page-preview": true,
"daily-notes": true, "daily-notes": false,
"templates": true, "templates": true,
"note-composer": true, "note-composer": true,
"command-palette": true, "command-palette": true,
@@ -26,8 +28,6 @@
"file-recovery": true, "file-recovery": true,
"publish": false, "publish": false,
"sync": false, "sync": false,
"properties": true, "bases": true,
"webviewer": false, "webviewer": false
"footnotes": false,
"bases": true
} }