Skip to content

Commit

Permalink
feat: enable properties and bookmarks plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes committed Jan 4, 2024
1 parent 994a330 commit 6b31f3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
"sync": false,
"properties": true,
"bookmarks": true
}
3 changes: 2 additions & 1 deletion .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
"canvas",
"outgoing-link",
"tag-pane",
"properties",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"slash-command",
"editor-status",
"starred",
"bookmarks",
"outline",
"word-count",
"file-recovery"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ The following core plugins are toggled by default in this template:
| Format converter | false |
| Page preview | false |
| Slash commands | true |
| Bookmarks | true |
| Properties | true |

### Community Plugins

Expand Down

0 comments on commit 6b31f3d

Please sign in to comment.