cyberware/docs/features/backlinks.md

15 lines
474 B
Markdown
Raw Normal View History

2023-07-10 02:32:24 +00:00
---
title: Backlinks
tags:
2023-07-23 00:27:41 +00:00
- component
2023-07-10 02:32:24 +00:00
---
A backlink for a note is a link from another note to that note. Links in the backlink pane also feature rich [[popover previews]] if you have that feature enabled.
## Customization
2023-07-23 00:27:41 +00:00
2023-08-12 05:47:50 +00:00
- Removing backlinks: delete all usages of `Component.Backlinks()` from `quartz.layout.ts`.
2023-07-10 02:32:24 +00:00
- Component: `quartz/components/Backlinks.tsx`
- Style: `quartz/components/styles/backlinks.scss`
2023-07-23 00:27:41 +00:00
- Script: `quartz/components/scripts/search.inline.ts`