From 5e773d8fa9b7062aaa28cc3ea062c0e48134080b Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Mon, 23 Feb 2026 00:30:50 +0100 Subject: [PATCH] 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. --- QUARTZ_SYNCER_V5.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/QUARTZ_SYNCER_V5.md b/QUARTZ_SYNCER_V5.md index b16e0d35d..5d8ef0e6f 100644 --- a/QUARTZ_SYNCER_V5.md +++ b/QUARTZ_SYNCER_V5.md @@ -288,10 +288,12 @@ layout: ### Per-Page-Type Overrides The global `layout.byPageType` object can override layout for specific page types: - -- `folder` — folder listing pages -- `tag` — tag listing pages -- `404` — not found page +`content` — standard markdown content pages +`folder` — folder listing pages +`tag` — tag listing pages +`canvas` — Obsidian canvas pages +`bases` — Obsidian Bases database pages +`404` — not found page 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 | | -------------------------- | ----------- | --------------- | ------------- | ---------------- | +| note-properties | transformer | ✅ | ✅ | beforeBody | | created-modified-date | transformer | ✅ | ❌ | - | | syntax-highlighting | transformer | ✅ | ❌ | - | | obsidian-flavored-markdown | transformer | ✅ | ❌ | - | @@ -515,6 +518,7 @@ No TypeScript parsing. No AST manipulation. No Node.js subprocess. Just YAML. | cname | emitter | ✅ | ❌ | - | | canvas-page | pageType | ✅ | ❌ | - | | content-page | pageType | ✅ | ❌ | - | +| bases-page | pageType | ✅ | ❌ | - | | folder-page | pageType | ✅ | ❌ | - | | tag-page | pageType | ✅ | ❌ | - | | explorer | emitter | ✅ | ✅ | left | @@ -531,3 +535,4 @@ No TypeScript parsing. No AST manipulation. No Node.js subprocess. Just YAML. | comments | emitter | ❌ | ✅ | afterBody | | footer | emitter | ✅ | ✅ | footer | | recent-notes | emitter | ❌ | ❌ | - | +| spacer | component | ✅ | ✅ | left |