seyf1elislam5k downloadsEmbed videos and images and audios from your local device in your notes.
The Local Media Embedder plugin for Obsidian allows you to easily embed local media files (videos, audio) into your notes. This plugin enhances your note-taking experience by enabling seamless integration of multimedia content.
The plugin is available in the Obsidian Community Plugins gallery. You can install it directly within Obsidian.
```media
path: F:\Tutorial Videos\AI\deep learning\01.But what is a neural network- - Chapter 1, Deep learning.mp4
type: video
width: 640
height: 360
```
```media
path: C:\Users\username\Music\* <---- you path (ends with *)
filter: .*(music).*\.mp3 <-- filters you files
type: audio
view: grid
```
```media
path: C:\Users\Username\Desktop\Video\* <---- you path
filter: .*(Keyword).*\.mp4 <-- filters you files
type: video
width: 500
height: 300
view: grid <---- gird or list
```


Special thanks to the Obsidian devs and the community ⭐