Create a new note, and add a property whose value is a local URI, such as:
---
myLink: file:///C:%5CUsers
---
Create a new base file, click Properties > AddFormula, and enter the formula myLink (or even link(myLink)).
In the base column, click that link.
Did you follow the troubleshooting guide?
Y
Expected result
The link opens.
Actual result
The link does not open.
Environment
SYSTEM INFO:
Obsidian version: v1.10.0
Installer version: v1.9.14
Operating system: Windows 11 Pro for Workstations 10.0.26100
Login status: logged in
Language: en
Catalyst license: insider
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 0
Plugins enabled: 0
RECOMMENDATIONS:
none
Additional information
Console error:
index.html:1
Not allowed to load local resource: file:///C:/%5CUsers
Works as expected in:
embedded bases
directly displayed properties (i.e., not in a formula) even in the .base file
In original report, formula versions of links worked in embedded contexts but not directly in the .base file. Now it seems the formula versions do not work from embeds either.
---
myLink: file:///C:%5CUsers
---
```base
formulas:
formulaLink: myLink
this formula link does not work: myLink
views:
- type: table
name: Table
filters:
and:
- file == this.file
order:
- file.name
- myLink
- formula.this formula link does not work
```
The link in the first column works (displayed property).
The link in the second column does not work (property formula).