summary:
- Renders parent-folder navigation trail.
- Default position:
beforeBody
Note
Configuration: plugin management.
Customization
yaml_config:
- file:
quartz.config.yaml - key:
options
plugins:
- source: github:quartz-community/breadcrumbs
enabled: true
options:
spacerSymbol: "❯"
rootName: Home
resolveFrontmatterTitle: true
showCurrentPage: true
layout:
position: beforeBody
priority: 5typescript_config:
- file:
quartz.ts - placement: before
loadQuartzConfig()
// Place before loadQuartzConfig()
ExternalPlugin.Breadcrumbs({
spacerSymbol: "❯",
rootName: "Home",
resolveFrontmatterTitle: true,
showCurrentPage: true,
})reference:
- options: optional; omitted fields use defaults
- position: set
layout.position; see layout - disable: remove the
quartz.config.yamlentry or setenabled: false - install:
npx quartz plugin add github:quartz-community/breadcrumbs - source:
quartz-community/breadcrumbs