quartz/quartz/plugins
saberzero1 93bd7c5caf
fix: populate ctx.trie in PageTypeDispatcher before rendering
Components like FolderContent depend on ctx.trie for folder hierarchy.
The dispatcher now lazily initializes it via trieFromAllFiles in emit
and force-rebuilds it in partialEmit to reflect file changes.
2026-02-13 20:10:06 +01:00
..
emitters refactor: delete old page-rendering emitters 2026-02-13 19:35:15 +01:00
filters Feat(filters): Support "true" as valid for draft and publish frontmatter values (b3a02909ba) 2024-10-22 20:33:54 +00:00
loader feat: add PageType plugin infrastructure (Phase D Step 4) 2026-02-13 19:12:19 +01:00
pageTypes fix: populate ctx.trie in PageTypeDispatcher before rendering 2026-02-13 20:10:06 +01:00
transformers fix(citation): Language parameter for non en-US settings (#2075) 2026-01-08 09:30:42 +08:00
config.ts feat: add PageTypePluginEntry for cross-boundary type compatibility 2026-02-13 19:34:56 +01:00
index.ts feat: add PageType plugin infrastructure (Phase D Step 4) 2026-02-13 19:12:19 +01:00
types.ts feat: add PageTypePluginEntry for cross-boundary type compatibility 2026-02-13 19:34:56 +01:00
vfile.ts chore(build): separate markdown and html handling into two separate stages (#1675) 2025-01-07 15:33:34 -05:00