Variable: org-roam-node-formatter
org-roam-node-formatter is a customizable variable defined in
org-roam-node.el.
Value
nil
Documentation
The link description for node insertion.
If a function is provided, the function should take a single
argument, an org-roam-node, and return a string.
If a string is provided, it is a template string expanded by
org-roam-node--format-entry.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-node.el
(defcustom org-roam-node-formatter nil
"The link description for node insertion.
If a function is provided, the function should take a single
argument, an `org-roam-node', and return a string.
If a string is provided, it is a template string expanded by
`org-roam-node--format-entry'."
:group 'org-roam
:type '(choice string function))