Skip to content

Inserts a youtube video link into the note from the selected text

License

Notifications You must be signed in to change notification settings

badabing2005/joplin-plugin-ytinsert

Repository files navigation

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

About

Inserts a youtube video link into the note from the selected text

Resources

License

Stars

Watchers

Forks

Packages

No packages published