From d2cd30d94c4b15b5a572c28d1c83b4a6db54b231 Mon Sep 17 00:00:00 2001 From: Alex Komoroske Date: Sat, 30 Sep 2023 16:44:46 -0700 Subject: [PATCH] Make it so the "cards that link here" has a navigation button in card-info-panel. --- src/reference_blocks.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/reference_blocks.ts b/src/reference_blocks.ts index 14553a99..b8f5a84c 100644 --- a/src/reference_blocks.ts +++ b/src/reference_blocks.ts @@ -197,6 +197,7 @@ const INFO_PANEL_REFERENCE_BLOCKS : ReferenceBlocks = [ title: 'Cards That Link Here', description: 'Cards that link to this one.', emptyMessage: 'No cards link to this one.', + showNavigate: true, cardsToBoldFilterFactory: (keyCard) => { return (card) => cardNeedsReciprocalLinkTo(keyCard, card); }