mirror of
https://github.com/org-roam/org-roam
synced 2025-09-06 15:13:30 -05:00
* (fix)org-roam-unlinked-references-section: Use truncate-string-ellipsis The variable can be set to a unicode ellipsis. * (fix)org-roam-node-read--format-entry: Fix highlighting for truncation Fix #1801. The truncated part of the string is made invisible. Matching on the whole string remains possible. * (fix)org-roam-format-template: Preserve string properties like format If the variable value carries properties itself, these properties take precedence. Display templates can be properties with this change. (setq org-roam-node-display-template (concat (propertize "${title:*}" 'face 'font-lock-keyword-face) " " (propertize "${tags:10}" 'face 'font-lock-constant-face)))
28 KiB
28 KiB