Is there any news about this feature request ?
1 Like
I forked ozplugin and changed it a little and it works for me. - > GitHub - JanPastorek/obsidian_pdf_oustide_vault: Renders Pdf links refering outside Obsidian Vault, install it using Brat, I didn’t delete the original settings and other functionalities but I can give you a photo of settings that work for me
This should also work for embedding markdown files.
1 Like
Hi guys, I’ve created a plugin that you can use to embed and link local files outside your vault.
oylbin/obsidian-external-file-embed-and-link
I’ve submitted it for community plugin review. In the meantime, you can try it by downloading the files from the release page.
Features
- Embed external files (PDF, Images, Audio, Video) outside your obsidian vault. (Markdown file embedding is under development)
- Create links to files outside your obsidian vault that open with system default applications
- Reference files using paths relative to Home directory or Vault directory for cross-device and cross-platform compatibility
- Provide commands to add embeds or links via file picker
- Support drag & drop to create embeds or links
Example Usage:
```EmbedRelativeToHome
SynologyDrive/work/Document.pdf#page=3&width=100%&height=80vh
```
```EmbedRelativeToHome
Videos/test.mp4|800x600
```
```EmbedRelativeToHome
Downloads/test.png|400x300
```
```EmbedRelativeToHome
Videos/test.mp3
```
Supported File Types for Embedding:
- Images:
.avif
,.bmp
,.gif
,.jpeg
,.jpg
,.png
,.svg
,.webp
- Audio:
.flac
,.m4a
,.mp3
,.ogg
,.wav
,.webm
,.3gp
- Video:
.mkv
,.mov
,.mp4
,.ogv
,.webm
- PDF:
.pdf
Embedding Markdown files is currently under development.
3 Likes