Files
quartz/docs/plugins/ContentMeta.md
saberzero1 cce45e0718 docs: add repository, enabled, required frontmatter to all plugin docs
Added repository, enabled, and required fields to the frontmatter of
all 44 plugin documentation files. Updated Plugins.base to include
these columns, matching the information previously in the manual tables.
Also filtered out internal plugins (Assets, Static, ComponentResources,
NotFoundPage) from the base query.
2026-05-24 19:46:42 +02:00

1.0 KiB

title, tags, image, repository, enabled, required
title tags image repository enabled required
ContentMeta
plugin/component
quartz-community/content-meta true false

This plugin displays content metadata below the article title, such as the creation date and estimated reading time.

Note

For information on how to add, remove or configure plugins, see the configuration#Plugins page.

Configuration

This plugin accepts the following configuration options:

  • showReadingTime: Whether to display the estimated reading time. Defaults to true.
  • showComma: Whether to display a comma between metadata items. Defaults to true.

Default options

- source: github:quartz-community/content-meta
  enabled: true
  options:
    showReadingTime: true
    showComma: true

API

  • Category: Component
  • Function name: ExternalPlugin.ContentMeta().
  • Source: quartz-community/content-meta
  • Install: npx quartz plugin add github:quartz-community/content-meta