Skip to main content

MkDocs plugin to insert videos in documentation.

Project description

MkDocs IZSAM Video

This plugin is based on the Mikalai Lisitsa idea and code, please visit the page project page at https://pypi.org/project/mkdocs-video/.

The plugin allows you to embed videos on the documentation pages using a simple Markdown syntax, but unlike the plugin it is based on, it embeds video not in an <iframe> but in a <video> tag.

Unlike the Mikalai Lisitsa it is no possibile to define style in the config file, you can do separately in the CSS of your theme, and for the moment YouTube or third parties videos embed are not allowed.

Installation

Install the package with pip:

$ pip install mkdocs-izsam-video

Enable the plugin in the mkdocs.yml file:

plugins:
    - mkdocs-izsam-video

See how to use MkDocs Plugins

Usage

To add a video to the final documentation page, you need to use the Markdown syntax for images with a specific name (hereinafter marker).

See how to use Markdown syntax

Example:

content folder structure

├── content
|   ├── ...
│   ├── video.md
│       └── videos
│           └── your-video.mp4
└── mkdocs.yml

video.md

Use relative paths for videos stored together with your content

# Video example

Lorem ipsum dolor sit amet

![type:video-tag](./videos/your-video.mp4)

Configuration

Marker

By default, the string type:video-tag is used as a marker in the Markdown syntax.

You can change this value by adding the following lines to your mkdocs.yml:

plugins:
  - mkdocs-izsam-video:
      mark: "your-marker"

Now you can use this marker in the Markdown syntax:

![your-marker](./videos/your-video.mp4)

License

The MIT License (MIT)

Copyright (c) 2021 Alessandro De Luca

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Change log

[1.0] - 2022-02-02

First release

  • modified base plugin mkdocs-video to use HTML5 video tag

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs-izsam-video-1.0.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

mkdocs_izsam_video-1.0.0-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page