Files
obsidian-global-config/core-plugins.json
Brendan Chen 313cb2f643 chore: enable canvas, disable bookmarks, document single-tier config
Enable the canvas core plugin and disable bookmarks in core-plugins.json.
Rewrite the README to describe the collapsed single-tier global config
(the per-vault fork tier and bookmarks.json are retired) and add a
comprehensive git submodule how-to.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CsXyUHsjzgFfz2EWPrSQ2U
2026-06-27 19:22:48 -04:00

33 lines
699 B
JSON

{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"footnotes": false,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": false,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": 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,
"bases": true,
"webviewer": false
}