Skip to content

2.7.0 Embed multimedia files

Compare
Choose a tag to compare
@c3er c3er released this 07 Jun 02:30
· 198 commits to master since this release

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.