Fix #403 by moving documentation to separate directory to avoid merge conflicts (#405)

This commit is contained in:
kanpov
2023-08-23 22:09:04 +03:00
committed by GitHub
parent a1a1e7e1e0
commit 0aaf88b852
39 changed files with 1 additions and 3 deletions

View File

@ -0,0 +1,14 @@
---
title: Backlinks
tags:
- component
---
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
- Removing backlinks: delete all usages of `Component.Backlinks()` from `quartz.layout.ts`.
- Component: `quartz/components/Backlinks.tsx`
- Style: `quartz/components/styles/backlinks.scss`
- Script: `quartz/components/scripts/search.inline.ts`