The Mediablock plugin for Obsidian lets you to embed external videos, audio, and webpages into your notes.
It's a fork of the more useful Local Media Embedder plugin, made by seyf1elislam.
- Embed external videos, audio, and webpages directly into your notes.
- Supports various media formats (e.g. MP4, MP3).
- Simple and intuitive interface for embedding media.
- Lightweight and efficient, ensuring smooth performance.
The plugin is not yet available in the Obsidian Community Plugins gallery. You can install the plugin manually by following these steps:
- Download the plugin from github released.
- Extract the contents of the zip file to your Obsidian plugins directory:
E:/..../yourVault/.obsidian/plugins/
. - Enable the plugin in Obsidian by navigating to
Settings
>Community plugins
>Installed plugins
and toggling the Local Media Embedder plugin.
Add the current to BRAT Plugin it will automatically download and install the plugin for you
Use a code block to embed media files:
```media
path: https://example.com/01.Butwhatisaneuralnetwork.mp4
poster: https://example.com/01.Butwhatisaneuralnetwork-poster.jpg
type: video
width: 640
height: 360
Thanks to seyf1elislam for creating the original plugin this is based on.
Special thanks to the Obsidian Devs & community