mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
propertize candidates with 'node
This commit is contained in:
@ -603,9 +603,10 @@ is the `org-roam-node'."
|
|||||||
:tags (gethash id tags-table)))
|
:tags (gethash id tags-table)))
|
||||||
(candidate-main (org-roam-node--format-entry node (1- (frame-width))))
|
(candidate-main (org-roam-node--format-entry node (1- (frame-width))))
|
||||||
(tag-str (org-roam--tags-to-str (org-roam-node-tags node))))
|
(tag-str (org-roam--tags-to-str (org-roam-node-tags node))))
|
||||||
(cons (concat (propertize tag-str 'invisible t)
|
(cons (propertize (concat (propertize tag-str 'invisible t)
|
||||||
candidate-main
|
candidate-main
|
||||||
(propertize alias 'invisible t))
|
(propertize alias 'invisible t))
|
||||||
|
'node node)
|
||||||
node)))))
|
node)))))
|
||||||
|
|
||||||
(defcustom org-roam-node-annotation-function #'org-roam-node--annotation
|
(defcustom org-roam-node-annotation-function #'org-roam-node--annotation
|
||||||
|
Reference in New Issue
Block a user