текст bold сделать
backlinkcount - bold (cl-defmethod org-roam-node-backlinkscount ((node org-roam-node)) "Return the backlink count of NODE." (let* ((count (caar (org-roam-db-query [:select (funcall count source) :from links :where (= dest $s1) :and (= type "id")] (org-roam-node-id node))))) (propertize (format "[%d]" count) 'face 'bold))) (setq org-roam-node-display-template "${directories:5} ${tags:30} ${title:50} ${backlinkscount:6}")
Обсуждают сегодня