0.0.14 • Published 7 months ago

honkit-plugin-youtube v0.0.14

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

HonKit plugin: youtube

Link to a YouTube video in HonKit.

Installation

Install via npm:

npm install honkit-plugin-youtube --save-dev

Add the plugin to your book.json:

{
    plugins: [ "youtube" ]
}

Usage

Link to a YouTube video as follows:

{% youtube id="video_id", title="video_title" %}{% endyoutube %}

Here is an example:

{% youtube id="p3G5IXn0K7A", title="The Hamsterdance Song" %}{% endyoutube %}

The video title might have double quotation marks. You should backslash escape each double quotation mark as follows:

{% youtube id="p3G5IXn0K7A", title="The \"Hamsterdance\" Song" %}{% endyoutube %}
0.0.10

7 months ago

0.0.11

7 months ago

0.0.12

7 months ago

0.0.13

7 months ago

0.0.14

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago