Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.51 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.51 KB

Mediablock Plugin

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.

Features

  • 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.

Installation

The plugin is not yet available in the Obsidian Community Plugins gallery. You can install the plugin manually by following these steps:

Manual installation

  1. Download the plugin from github released.
  2. Extract the contents of the zip file to your Obsidian plugins directory: E:/..../yourVault/.obsidian/plugins/.
  3. Enable the plugin in Obsidian by navigating to Settings > Community plugins > Installed plugins and toggling the Local Media Embedder plugin.

Using BRAT

Add the current to BRAT Plugin it will automatically download and install the plugin for you

Usage

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

Acknowledgements

Thanks to seyf1elislam for creating the original plugin this is based on.

Special thanks to the Obsidian Devs & community