mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 21:45:42 -05:00
docs: update syncer notes with bases-page, note-properties, and spacer
Add all three new plugins to the quick reference table (40 total). Add content, canvas, and bases page types to byPageType documentation.
This commit is contained in:
parent
db59b8e45a
commit
5e773d8fa9
@ -288,10 +288,12 @@ layout:
|
|||||||
### Per-Page-Type Overrides
|
### Per-Page-Type Overrides
|
||||||
|
|
||||||
The global `layout.byPageType` object can override layout for specific page types:
|
The global `layout.byPageType` object can override layout for specific page types:
|
||||||
|
`content` — standard markdown content pages
|
||||||
- `folder` — folder listing pages
|
`folder` — folder listing pages
|
||||||
- `tag` — tag listing pages
|
`tag` — tag listing pages
|
||||||
- `404` — not found page
|
`canvas` — Obsidian canvas pages
|
||||||
|
`bases` — Obsidian Bases database pages
|
||||||
|
`404` — not found page
|
||||||
|
|
||||||
Each can `exclude` specific plugins or override `positions` entirely.
|
Each can `exclude` specific plugins or override `positions` entirely.
|
||||||
|
|
||||||
@ -490,10 +492,11 @@ No TypeScript parsing. No AST manipulation. No Node.js subprocess. Just YAML.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Quick Reference: All 37 Default Plugins
|
## Quick Reference: All 40 Default Plugins
|
||||||
|
|
||||||
| Plugin | Category | Default Enabled | Has Component | Default Position |
|
| Plugin | Category | Default Enabled | Has Component | Default Position |
|
||||||
| -------------------------- | ----------- | --------------- | ------------- | ---------------- |
|
| -------------------------- | ----------- | --------------- | ------------- | ---------------- |
|
||||||
|
| note-properties | transformer | ✅ | ✅ | beforeBody |
|
||||||
| created-modified-date | transformer | ✅ | ❌ | - |
|
| created-modified-date | transformer | ✅ | ❌ | - |
|
||||||
| syntax-highlighting | transformer | ✅ | ❌ | - |
|
| syntax-highlighting | transformer | ✅ | ❌ | - |
|
||||||
| obsidian-flavored-markdown | transformer | ✅ | ❌ | - |
|
| obsidian-flavored-markdown | transformer | ✅ | ❌ | - |
|
||||||
@ -515,6 +518,7 @@ No TypeScript parsing. No AST manipulation. No Node.js subprocess. Just YAML.
|
|||||||
| cname | emitter | ✅ | ❌ | - |
|
| cname | emitter | ✅ | ❌ | - |
|
||||||
| canvas-page | pageType | ✅ | ❌ | - |
|
| canvas-page | pageType | ✅ | ❌ | - |
|
||||||
| content-page | pageType | ✅ | ❌ | - |
|
| content-page | pageType | ✅ | ❌ | - |
|
||||||
|
| bases-page | pageType | ✅ | ❌ | - |
|
||||||
| folder-page | pageType | ✅ | ❌ | - |
|
| folder-page | pageType | ✅ | ❌ | - |
|
||||||
| tag-page | pageType | ✅ | ❌ | - |
|
| tag-page | pageType | ✅ | ❌ | - |
|
||||||
| explorer | emitter | ✅ | ✅ | left |
|
| explorer | emitter | ✅ | ✅ | left |
|
||||||
@ -531,3 +535,4 @@ No TypeScript parsing. No AST manipulation. No Node.js subprocess. Just YAML.
|
|||||||
| comments | emitter | ❌ | ✅ | afterBody |
|
| comments | emitter | ❌ | ✅ | afterBody |
|
||||||
| footer | emitter | ✅ | ✅ | footer |
|
| footer | emitter | ✅ | ✅ | footer |
|
||||||
| recent-notes | emitter | ❌ | ❌ | - |
|
| recent-notes | emitter | ❌ | ❌ | - |
|
||||||
|
| spacer | component | ✅ | ✅ | left |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user