Variable: org-roam-ref-annotation-function
org-roam-ref-annotation-function is a customizable variable defined in
org-roam-node.el.
Value
org-roam-ref-read--annotation
Documentation
This function used to attach annotations for org-roam-ref-read.
It takes a single argument REF, which is a propertized string.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-node.el
(defcustom org-roam-ref-annotation-function #'org-roam-ref-read--annotation
"This function used to attach annotations for `org-roam-ref-read'.
It takes a single argument REF, which is a propertized string."
:group 'org-roam
:type '(function))