Skip to content

Commit

Permalink
Update docs/features/backlinks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnphm authored Dec 27, 2024
1 parent 987077f commit 4699b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/backlinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A backlink for a note is a link from another note to that note. Links in the bac
## Customization

- Removing backlinks: delete all usages of `Component.Backlinks()` from `quartz.layout.ts`.
- Hide when empty: use `Component.Backlinks({ hideWhenEmpty: true })` to hide the backlinks component completely when there are no backlinks.
- Hide when empty: hide `Backlinks` if given page doesn't contain any backlinks (default to `true`). To disable this, use `Component.Backlinks({ hideWhenEmpty: false })`.
- Component: `quartz/components/Backlinks.tsx`
- Style: `quartz/components/styles/backlinks.scss`
- Script: `quartz/components/scripts/search.inline.ts`

0 comments on commit 4699b14

Please sign in to comment.