quartz/quartz
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
..
cli feat: build installed plugins 2026-02-10 00:03:43 +01:00
components refactor: remove migrated page body components 2026-02-13 19:35:22 +01:00
i18n feat(i18n): update Vietnamese translations (#2228) 2025-11-29 13:31:17 -05:00
plugins fix: populate ctx.trie in PageTypeDispatcher before rendering 2026-02-13 20:10:06 +01:00
processors chore(deps): replace chalk and rimraf with builtin functions (#1879) 2025-05-28 10:40:51 +02:00
static feat(comments): support custom giscus themes (#1526) 2024-10-17 18:30:16 -04:00
styles feat: add scroll padding for mobile screen (#2249) 2026-01-08 09:36:02 +08:00
util Prevent double-loading of afterDOMReady scripts (#2213) 2025-11-27 14:51:56 -08:00
bootstrap-cli.mjs Add comprehensive Git-based plugin CLI with lockfile support 2026-02-08 12:06:39 +01:00
bootstrap-worker.mjs chore(build): separate markdown and html handling into two separate stages (#1675) 2025-01-07 15:33:34 -05:00
build.ts feat: add PageType plugin infrastructure (Phase D Step 4) 2026-02-13 19:12:19 +01:00
cfg.ts feat(plugins): v5 plugin system 2026-02-07 02:01:38 +01:00
worker.ts perf: incremental rebuild (--fastRebuild v2 but default) (#1841) 2025-03-16 14:17:31 -07:00