org-roam / org-roam-ui

A graphical frontend for exploring your org-roam Zettelkasten
GNU General Public License v3.0
1.98k stars 109 forks source link

[BUG] Links in `ROAM_REFS` are not shown #233

Open Dietr1ch opened 2 years ago

Dietr1ch commented 2 years ago

Is your feature request related to a problem? Please describe.

When using the ROAM_REFS property to hold URLs (and IRIs?) as unique identifier, those are not shown on the sidebar when looking at a node.

Describe the solution you'd like

The URLs should be prepended into the Linked References section or shown separately as Identifiers of the node.

Right now I find myself duplicating the links to make the UI show them, but it's duplication that requires too much discipline to maintain.

:PROPERTIES:
:ID:       f75ec76d-ea30-40fb-abab-a6c6aa3073de
:ROAM_REFS: https://github.com/org-roam
:END:
#+title: org-roam

[[https://github.com/org-roam][github.com/org-roam]]

(...)