github c3er/mdview v2.7.0
2.7.0 Embed multimedia files

latest releases: v3.2.0, v3.1.1, v3.1.0...
2 years ago

Features

It is now possible to embed audio and video files.

Either via HTML (previous versions had a bug that prevented this):

<video controls width="500">
    <source src="some-video.mp4" type="video/mp4">
</video>

Or via Markdown syntax, just like images:

![](some-video.mp4)

See this page of the Chromium project for supported formats.

Bugfixes

  • Minimum window size, introduced with 2.6.0, was too big for some users
  • Inside the table-of-content area, the horizontal scrollbar was always visible and allowed to scroll when it shouldn't

Developing

The local development instance now stores its settings inside the project directory.

Don't miss a new mdview release

NewReleases is sending notifications on new releases.