The full Quartz 5 plugin registry, grouped by pipeline role. The [x]/[ ] box and Status reflect the current quartz.config.yaml for ssot.0rk.de. Enable is the source: to add under plugins: (set enabled: true). Local plugins live under quartz/local-plugins/. Pair this with Quartz 5 reference and the Quartz Guru.

1. πŸ”§ Transform

Transformers parse and alter the Markdown AST β€” frontmatter, links, syntax, math.

[ ]PluginWhat it doesEnableStatus
[x]created-modified-dateResolves page dates from frontmatter β†’ git β†’ filesystem.github:quartz-community/created-modified-dateβœ… Enabled
[x]syntax-highlightingServer-side code highlighting (github-light/dark themes).github:quartz-community/syntax-highlightingβœ… Enabled
[x]obsidian-flavored-markdownWikilinks, callouts, embeds, checkboxes.github:quartz-community/obsidian-flavored-markdownβœ… Enabled
[x]github-flavored-markdownTables, strikethrough, task lists, autolinks.github:quartz-community/github-flavored-markdownβœ… Enabled
[x]crawl-linksResolves internal links (markdownLinkResolution: shortest).github:quartz-community/crawl-linksβœ… Enabled
[x]descriptionGenerates meta descriptions from content.github:quartz-community/descriptionβœ… Enabled
[x]latexMath rendering via KaTeX.github:quartz-community/latexβœ… Enabled
[x]table-of-contentsBuilds per-page TOC from headings.github:quartz-community/table-of-contentsβœ… Enabled
[x]note-propertiesRenders selected frontmatter as a property table.github:quartz-community/note-propertiesβœ… Enabled
[ ]citationsBibliography/citation processing.github:quartz-community/citations⬜ Disabled
[ ]hard-line-breaksTreats single newlines as <br>.github:quartz-community/hard-line-breaks⬜ Disabled
[ ]ox-hugoCompatibility for org-mode/ox-hugo exports.github:quartz-community/ox-hugo⬜ Disabled
[ ]roamRoam Research syntax compatibility.github:quartz-community/roam⬜ Disabled

2. 🧩 Layout / Components

UI components placed via layout positions (left, right, beforeBody, afterBody, footer).

[ ]PluginWhat it doesEnableStatus
[x]explorerFile-tree navigation sidebar../quartz/local-plugins/explorerβœ… Enabled
[x]graphInteractive backlink graph view.github:quartz-community/graphβœ… Enabled
[x]searchFull-text Pagefind search overlay.github:quartz-community/searchβœ… Enabled
[x]backlinksLists pages linking to the current note.github:quartz-community/backlinksβœ… Enabled
[x]article-titleRenders the H1/page title block.github:quartz-community/article-titleβœ… Enabled
[x]content-metaDate/reading metadata line under the title../quartz/local-plugins/content-metaβœ… Enabled
[x]page-titleSite title in the left sidebar.github:quartz-community/page-titleβœ… Enabled
[x]darkmodeLight/dark theme toggle (toolbar).github:quartz-community/darkmodeβœ… Enabled
[x]reader-modeDistraction-free reading toggle (toolbar).github:quartz-community/reader-modeβœ… Enabled
[x]breadcrumbsFolder breadcrumb trail (non-index pages).github:quartz-community/breadcrumbsβœ… Enabled
[x]commentsRemark42 comment thread (afterBody)../quartz/local-plugins/commentsβœ… Enabled
[x]agent-bubble”Ask the 0rk agent” chat launcher../quartz/local-plugins/agent-bubbleβœ… Enabled
[x]footerSite footer with links.github:quartz-community/footerβœ… Enabled
[x]fontsGoogle Fonts loader (Schibsted/Source Sans/IBM Plex).github:quartz-community/fontsβœ… Enabled
[x]faviconEmits favicon assets.github:quartz-community/faviconβœ… Enabled
[x]spacerLayout spacer (mobile-only sidebar gap).github:quartz-community/spacerβœ… Enabled
[ ]tag-listInline tag pills under the title.github:quartz-community/tag-list⬜ Disabled
[ ]recent-notesRecently modified notes widget.github:quartz-community/recent-notes⬜ Disabled
[ ]obsidian-plugin-excalidrawRenders Excalidraw drawings (in registry, not configured).github:quartz-community/obsidian-plugin-excalidraw⬜ Disabled

3. πŸ”Ž SEO / Index

Emitters that produce feeds, redirects, social cards, and content filtering.

[ ]PluginWhat it doesEnableStatus
[x]content-indexSitemap + RSS feed generation.github:quartz-community/content-indexβœ… Enabled
[x]og-imagePer-page Open Graph social card images.github:quartz-community/og-imageβœ… Enabled
[x]cnameEmits CNAME for the custom domain.github:quartz-community/cnameβœ… Enabled
[x]alias-redirectsEmits redirect stubs for aliases frontmatter.github:quartz-community/alias-redirectsβœ… Enabled
[x]remove-draftExcludes draft: true pages from the build.github:quartz-community/remove-draftβœ… Enabled
[x]unlisted-pagesKeeps unlisted pages out of indexes/feeds.github:quartz-community/unlisted-pagesβœ… Enabled
[ ]explicit-publishBuilds only publish: true pages.github:quartz-community/explicit-publish⬜ Disabled

4. πŸ“„ Pages

Page emitters that materialize routes from content and special node types.

[ ]PluginWhat it doesEnableStatus
[x]canvas-pageRenders .canvas files as pannable canvas pages../quartz/local-plugins/canvas-pageβœ… Enabled
[x]content-pageEmits standard Markdown content pages.github:quartz-community/content-pageβœ… Enabled
[x]folder-pageAuto-generates folder index listing pages.github:quartz-community/folder-pageβœ… Enabled
[x]tag-pageAuto-generates per-tag listing pages.github:quartz-community/tag-pageβœ… Enabled
[x]bases-pageRenders Obsidian Bases (.base) database views.github:quartz-community/bases-pageβœ… Enabled
[ ]stacked-pagesAndy-Matuschak-style sliding stacked panes.github:quartz-community/stacked-pages⬜ Disabled

5. πŸ” Auth

Access control for restricted content.

[ ]PluginWhat it doesEnableStatus
[x]encrypted-pagesPassword-gated pages (PBKDF2, 600k iterations).github:quartz-community/encrypted-pagesβœ… Enabled

6. πŸ§ͺ Enable Pattern

To flip any disabled plugin on, add (or edit) its block under plugins: in quartz.config.yaml:

plugins:
  - source: github:quartz-community/explicit-publish
    enabled: true
    # options: {}      # nest plugin options here, or Quartz silently ignores them
    # layout:          # components only β€” position + priority
    #   position: beforeBody
    #   priority: 30

After editing config, sync the registry before building:

npx quartz plugin install --from-config