Variable: org-roam-preview-function
org-roam-preview-function is a customizable variable defined in
org-roam-mode.el.
Value
org-roam-preview-default-function
Documentation
The preview function to use to populate the Org-roam buffer.
The function takes no arguments, but the point is temporarily set to the exact location of the backlink.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-mode.el
(defcustom org-roam-preview-function #'org-roam-preview-default-function
"The preview function to use to populate the Org-roam buffer.
The function takes no arguments, but the point is temporarily set
to the exact location of the backlink."
:group 'org-roam
:type 'function)