summary:

  • Shows recently modified notes.

Note

Plugin installation, removal, and configuration: Configuration.

usage:

Configuration

options:

  • title: section title; default Recent notes
  • limit: maximum notes to display; default 3
  • showTags: display note tags; default true
  • linkToMore: slug for a page with more notes; default false
  • hideTagPages: hide tag index pages; default false
  • hideFolderPages: hide folder index pages; default false

Default options

quartz.config.yaml
- source: github:quartz-community/recent-notes
  enabled: true
  options:
    limit: 3
    showTags: true
    hideTagPages: false
    hideFolderPages: false

API

api:

  • category: Component
  • function: ExternalPlugin.RecentNotes()
  • source: quartz-community/recent-notes
  • install: npx quartz plugin add github:quartz-community/recent-notes