mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-07-22 03:00:29 +00:00
- Citations: remove non-existent prettyLink option - Explorer: correct folderClickBehavior default from collapse to link - RecentNotes: fix limit default from 5 to 3, add hideTagPages/hideFolderPages - StackedPages: fix option names to match source (maxTabs, not maxPanes)
1.3 KiB
1.3 KiB
| title | tags | image | |
|---|---|---|---|
| RecentNotes |
|
Shows recently modified notes.
Note
For information on how to add, remove or configure plugins, see the configuration#Plugins page.
See recent notes for detailed usage information.
Configuration
This plugin accepts the following configuration options:
title: The title of the recent notes section. Defaults toRecent notes.limit: The maximum number of recent notes to display. Defaults to3.showTags: Whether to display the tags for each note. Defaults totrue.linkToMore: A slug to a page that shows more notes. Defaults tofalse.hideTagPages: Whether to hide tag index pages from the list. Defaults tofalse.hideFolderPages: Whether to hide folder index pages from the list. Defaults tofalse.
Default options
- source: github:quartz-community/recent-notes
enabled: true
options:
limit: 3
showTags: true
hideTagPages: false
hideFolderPages: false
API
- Category: Component
- Function name:
ExternalPlugin.RecentNotes(). - Source:
quartz-community/recent-notes - Install:
npx quartz plugin add github:quartz-community/recent-notes