Once you’ve done the above, delete everything above this line.
Steps to reproduce
- Create a note and a base
- Add a formula to the base with the following contents:
html("<a href=\"" + file.path + "\">" + file.basename + "</a>")
- If not already, make the formula visible in the base
- Try and click the links
- Observe that the links don’t open their respective notes
Did you follow the troubleshooting guide? [Y/N]
Expected result
The link should open the note it links to.
Actual result
The note doesn’t open and instead nothing happens.
Environment
SYSTEM INFO:
Obsidian version: v1.10.3
Installer version: v1.10.3
Operating system: #1 SMP PREEMPT_DYNAMIC Fri, 14 Nov 2025 06:54:20 +0000 6.17.8-arch1-1
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Additional information
I tried the same link element but with an actual website as href, and that actually opened.