feat: add bases-page plugin to default configuration

Enable Obsidian Bases (.base) file support with bases page type
and layout entry in both user and default config.
This commit is contained in:
saberzero1 2026-02-23 00:28:19 +01:00
parent 3091793ba3
commit db59b8e45a
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -130,6 +130,8 @@ plugins:
enabled: true
- source: github:quartz-community/canvas-page
enabled: true
- source: github:quartz-community/bases-page
enabled: true
- source: github:quartz-community/content-page
enabled: true
- source: github:quartz-community/folder-page
@ -242,3 +244,4 @@ layout:
positions:
right: []
canvas: {}
bases: {}

View File

@ -130,6 +130,8 @@ plugins:
enabled: true
- source: github:quartz-community/canvas-page
enabled: true
- source: github:quartz-community/bases-page
enabled: true
- source: github:quartz-community/content-page
enabled: true
- source: github:quartz-community/folder-page
@ -244,3 +246,4 @@ layout:
positions:
right: []
canvas: {}
bases: {}