From 4699b14f80621f88dba5063cc1e15b3019ef4b7a Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Thu, 26 Dec 2024 20:40:35 -0700 Subject: [PATCH] Update docs/features/backlinks.md --- docs/features/backlinks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/backlinks.md b/docs/features/backlinks.md index 6a521410a..6862720e1 100644 --- a/docs/features/backlinks.md +++ b/docs/features/backlinks.md @@ -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`