Files
org-roam/doc
Jethro Kuan 6f5d65abd9 (breaking!)node: simplify default display-template (#2054)
Revert to a simplified `org-roam-node-display-template`, because on
non-vertical completion frameworks it looks and behaves strangely. To
restore the original default behaviour, set
`org-roam-node-display-template` in your Emacs configuration as such:

  (setq org-roam-node-display-template
        (concat "${title:*} "
                (propertize "${tags:10}" 'face 'org-tag)))
2022-01-20 11:19:41 -08:00
..
2020-05-19 23:41:48 +08:00
2020-05-06 18:59:09 +08:00
2020-07-16 10:20:42 +02:00
2020-05-13 19:48:39 +08:00
2021-10-11 17:35:14 +08:00