I just tried linking the file to my Obsidian vault (I think I saw that mentioned earlier) and I just did from Terminal (MacOS)
ln -s <source-file> <target-file>
where <source-file>
is the original file
and <target-file>
is the new Obsidian file name.
Seems to work just fine for me.
1 Like