@quartz-community/backlinks
v0.1.0
Published
Backlinks component for Quartz - shows pages that link to current page
Downloads
80,755
Readme
@quartz-community/backlinks
Displays a list of pages that link back to the current page.
Installation
npx quartz plugin add github:quartz-community/backlinksUsage
plugins:
- source: github:quartz-community/backlinks
enabled: true
layout:
position: right
priority: 30For advanced use cases, you can override in TypeScript:
import * as ExternalPlugin from "./.quartz/plugins";
ExternalPlugin.Backlinks({
hideWhenEmpty: true,
});Configuration
| Option | Type | Default | Description |
| --------------- | --------- | ------- | ---------------------------------------------------------------------------------- |
| hideWhenEmpty | boolean | true | Whether to hide the backlinks section when no pages link back to the current page. |
Documentation
See the Quartz documentation for more information.
License
MIT
