Plugin icon

Insert YouTube Video

Description

Given a youtube video id or url, it inserts at the cursor position a video link

Additional Information

Links:
Maintainers: badabing2005
Version:1.0.3
Minimum app version:2.13
Downloads: This version:54
Last updated:2024-09-27T17:39:16Z

Insert Youtube Video Link

Release MIT

Joplin Plugin

Features

This plugin inserts a youtube video link into the note from the selected text. The selected text can be a youtube video link or just the video id. If the selected text is empty, the clipboard text is used. The format of the inserted link is: (where 0I_OPQQiYVU is the id of the video)

[![Video](https://img.youtube.com/vi/0I_OPQQiYVU/maxresdefault.jpg)](https://www.youtube.com/watch?v=0I_OPQQiYVU)

Screenshot

Screenshot

Installation

Manual

  1. Go to the Releases to download the plugin package zip file and unzip it.
  2. Open Joplin, go to Tools > Options > Plugins.
  3. Click Manage your plugins > Install from file, select the previously unzipped jpl file.
  4. Finally, restart the application.

Building

The plugin is built using Webpack, which creates the compiled code in /dist. A JPL archive will also be created in /publish, which can be used to distribute the plugin.

To build the plugin, simply run npm run dist.

License

MIT license