mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 21:45:42 -05:00
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:
parent
3091793ba3
commit
db59b8e45a
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user