Obsidian does not respect windows file links (created using mklink on junction)

Steps to reproduce

we have two vaults

  • c:/vaults/private
  • c:/vaults/ent

let’s create link

mklink /J  c:\\vaults\\private\\ent-link  c:\\vaults\\ent

or (sysinternals junction)

 junction  c:\\vaults\\private\\ent-link  c:\\vaults\\ent

Expected result

Obsidian shows files in vault private, ent-link

Actual result

Linked dir and fikes are not visible at all.

Environment

Windows 10
0.10.12

we don’t support symlinks (yet).
Please, search before posting

Oh, ok. I tried, but with no success. Symlink was the word… I’ll try harder next time.

Thanks