org-roam-linktip
is an extension of org-roam.
This package provides a function to show linked contents instantly on the posframe without jumping to the contents.
(straight-use-package
'(org-roam-linktip :type git :host github :repo "tomoyukim/org-roam-linktip"))
Or with use-package
(use-package
:straight (org-roam-linktip :type git :host github :repo "tomoyukim/org-roam-linktip")
(use-package
:straight (org-roam-linktip :type git :host github :repo "tomoyukim/org-roam-linktip")
:custom
(org-roam-linktip-background-color "gray80")
(org-roam-linktip-border-width 2)
(org-roam-linktip-border-color "gray30")
:hook
(org-mode-hook . org-roam-linktip-mode))