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