summary:
- Generates folder index listing pages for folders with multiple content files.
- Uses
defaultpage frame (three-column layout). - Reference: folder and tag listings
- Example: Advanced
Note
Plugin add/remove/configure: Configuration.
Configuration
showFolderCount:
- Displays folder page count.
- Default:
true
showSubfolders:
- Includes subfolder pages.
- Default:
true
sort:
- Sorting function:
(f1: QuartzPluginData, f2: QuartzPluginData) => number - Default: date sort, lexicographic tie-break.
- Requires TS override.
prefixFolders:
- Prefixes generated folder titles with
Folder:. - Example:
Folder: notes - Default:
false
API
category:
- Page Type
function:
ExternalPlugin.FolderPage()
source:
install:
npx quartz plugin add github:quartz-community/folder-page