Releases: GooRoo/obsidian-media
Releases · GooRoo/obsidian-media
2.0.0
New functionality:
- Embed youtube videos like this:
![](https://youtu.be/dQw4w9WgXcQ)
Breaking changes:
Previously, the only entry point was obsidian_media
, but it adjusted the URLs the same way as MkDocs does. This led to a faulty behavior when used with markdown
. Now, there are two entry points:
obsidian_media
– use this when using it as a pure extension for Python-Markdown.obsidian_media_mkdocs
– use this with MkDocs. It will adjust thesrc
for your local audio/video-files accordingly.
Full Changelog: v1.0.0...v2.0.0
1.0.0
Features
- embed audio files
- embed video files
- specify desired image size as in Obsidian
Full Changelog: https://github.com/GooRoo/obsidian-media/commits/v1.0.0