Skip to content

Releases: GooRoo/obsidian-media

2.0.0

23 Sep 18:07
8d6a2a8
Compare
Choose a tag to compare

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 the src for your local audio/video-files accordingly.

Full Changelog: v1.0.0...v2.0.0

1.0.0

17 Sep 20:41
fe33cbd
Compare
Choose a tag to compare

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