org-roam / org-roam-ui

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

[BUG] attachment links does not seem to work #314

Open deb75 opened 4 months ago

deb75 commented 4 months ago

Describe the bug

Typical links like :

* A node
  :PROPERTIES:
  :DIR: x:/locationdir
  :END:

  attachement:file.pdf

are exported in the browser as :

capture

when I hover on with the mouse, there is a 🚫 sign indicating that the link cannot be accessed.

The expected behavior is that by clicking on the link it opens it either in emacs or in the browser.

How can I do to make it work ?