Skip to content

Commit

Permalink
Exposed more settings to Obsidian Settings Window (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
saberzero1 authored Nov 7, 2024
1 parent d32d589 commit 1b45c5c
Show file tree
Hide file tree
Showing 23 changed files with 2,089 additions and 10,609 deletions.
50 changes: 30 additions & 20 deletions content/.obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}
Loading

0 comments on commit 1b45c5c

Please sign in to comment.