Local Media Embedder Plugin
obsidian
obsidian-plugin

Local Media Embedder Plugin

⚡ Boost your Obsidian experience! Seamlessly embed local media files (videos, audio) into your notes using the Local Media Embedder plugin—no need to move or duplicate files.

November 20, 2024
3 minutes

Local Media Embedder Plugin

GitHub star count

⚡ Boost your Obsidian experience! Seamlessly embed local media files (videos, audio) into your notes using the Local Media Embedder plugin—no need to move or duplicate files.

Repo Link : Local Media Embedder Plugin stars

Features

  • Embed local images, videos, and audio files directly into your notes.
  • Supports various media formats (e.g., WAV, MP4, MP3).
  • Simple and intuitive interface for embedding media.
  • Lightweight and efficient, ensuring smooth performance.

Installation

Open the Community Plugins tab in the settings and search for "Advanced Canvas" (or click here).

Other installation methods
  • Install it using BRAT
  • Manual folder creation
    1. Create a folder named obsidian-local in your vault's plugins folder (<vault>/.obsidian/plugins/).
    2. Download main.js, styles.css and manifest.json from the latest release and put them in the obsidian-advanced-canvas folder.
    3. Enable the plugin in Settings -> Community plugins -> Installed plugins

Usage :

Now you can use code block to embed media files instead of using tags

1
```media
2
path: F:\Tutorial Videos\AI\deep learning\01.But what is a neural network- - Chapter 1, Deep learning.mp4
3
type: video
4
width: 640
5
height: 360
6
7
```

Screenshots

Share
Comments are disabled