https://github.com/seyf1elislam/obsidian-localmediaembedder-plugin
an obsidian plugin allows you to Embed videos and images and audios from your local device in your notes.
https://github.com/seyf1elislam/obsidian-localmediaembedder-plugin
obsidian obsidian-community obsidian-md obsidian-plugin
Last synced: 10 days ago
JSON representation
an obsidian plugin allows you to Embed videos and images and audios from your local device in your notes.
- Host: GitHub
- URL: https://github.com/seyf1elislam/obsidian-localmediaembedder-plugin
- Owner: seyf1elislam
- License: mit
- Created: 2024-09-24T02:51:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T01:45:10.000Z (6 months ago)
- Last Synced: 2025-03-30T07:05:43.364Z (about 1 month ago)
- Topics: obsidian, obsidian-community, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 28.6 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Local Media Embedder Plugin
The Local Media Embedder plugin for Obsidian allows you to easily embed local media files (images, videos, audio) into your notes. This plugin enhances your note-taking experience by enabling seamless integration of multimedia content.
## Features
- Embed local images, videos, and audio files directly into your notes.
- Supports various media formats (e.g., JPG, PNG, 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 installation1. 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 :
Now you can use code block to embed media files instead of using tags
```markdown
```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```
## Acknowledgements
Special thanks to the Obsidian Devs & community