summary:

  • Displays creation date and estimated reading time below the article title.

Note

Configure plugins through Configuration.

Configuration

options:

  • showReadingTime:
    • type: boolean
    • default: true
    • effect: Displays estimated reading time.
  • showComma:
    • type: boolean
    • default: true
    • effect: Displays comma between metadata items.

Default options

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

API

api:

  • category: Component
  • function: ExternalPlugin.ContentMeta()
  • source: quartz-community/content-meta
  • install: npx quartz plugin add github:quartz-community/content-meta