Variable: org-roam-graph-link-builder
org-roam-graph-link-builder is a customizable variable defined in
org-roam-graph.el.
Value
org-roam-org-protocol-link-builder
Documentation
Function used to build the Org-roam graph links.
Given a node name, return a string to be used for the link fed to the graph generation utility.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-graph.el
(defcustom org-roam-graph-link-builder 'org-roam-org-protocol-link-builder
"Function used to build the Org-roam graph links.
Given a node name, return a string to be used for the link fed to
the graph generation utility."
:type 'function
:group 'org-roam)