Skip to content

Commit

Permalink
Make it so the "cards that link here" has a navigation button in card…
Browse files Browse the repository at this point in the history
…-info-panel.
  • Loading branch information
jkomoros committed Sep 30, 2023
1 parent 86bc0cf commit d2cd30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reference_blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit d2cd30d

Please sign in to comment.