How to show folder and/or tags with vertico+marginalia for org-roam-node-find

I used to have some elisp which would do this in org-roam v1, but I seem to have lost this in the opaque history books of git.

Does anyone have a configuration handy where running org-roam-node-find also shows you tags or parent folders for the notes?

Tags should be in readme:

 ;; If you're using a vertical completion framework, you might want a more informative completion interface
  (setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))

Parent folders in wiki

1 Like

Thank you!