But your solution is not what I refer to. The file is mp3 so I want it emblemed as audio file ![[Audio.mp3]] not just as external link and after clicking on it opening it in external audio software. I want to have it emblemed inside as audio file with playback buttons.
So is it possible now? I would appreciate an example code for how to embed an image from an image outside the vault directory. It is not working for me now, but not sure if it’s not possible or I am just writing it wrong. Thanks
To answer the question from yesterday-me, yes it is. I just had the syntax wrong (and issues with white spaces). These two examples embed the same image file (which lives on a virtual drive mounted with the letter “P:/”)
I have a similar problem to the thread starter: I want to use Obsidian to work on a huge file repository (about 135k files from 25 years of digital life…). Integration into the vault doesn’t work (tried & failed already). Thus repository and vault must live side by side, and I need external links to refer from vault to repository.
Absolute links are fragile (change of computer. NAS, etc.). The need for relative links has been mentioned often here, and I want to add my request on that.
Don’t know about Windows, but if you’re on a Mac or Linux machine, you could simply symlink your music folder into the vault.
Nevertheless, I’d advise against this method, since it can put a heavy burden on poor Obsidian—in my case, it’d suddenly have to handle ~200,000 files more … Which increases the vault loading time here by ~8 minutes (!) and makes Obsidian almost unresponsive.
If you still want to try it, here’s an example (Linux):
ln -s ~/Music/Tagged ~/Documents/Vault/Music
Assuming the vault was in ~/Documents/Vault, this would create a folder Music within the vault, containing whatever was in the (external) folder ~/Music/Tagged.