This is a plugin for Obsidian that allows you to search for YouTube videos and create notes based on the selected video.
- Search for YouTube videos within Obsidian
- Create a note for a selected video with the following information:
- Video title
- Video URL
- Thumbnail image
- Video duration
- Download the latest release from the GitHub repository.
- Extract the plugin folder (
youtube-search-main
) to yourVault/.obsidian/plugins/
folder. - Restart Obsidian and enable the "YouTube Search" plugin in the settings.
- Open the command palette with
Ctrl/Cmd + P
. - Search for and select the "YouTube Search: Search YouTube" command.
- Enter your search query and press
Enter
. - A list of search results will appear. Click on the desired video to create a note for it in your vault.
To use the plugin, you'll need to provide your own YouTube API key:
- Go to the plugin settings in Obsidian.
- Enter your YouTube API key in the "YouTube API Key" field.
- Save the settings.
Contributions are welcome! If you encounter any issues or have feature requests, please open an issue on GitHub. Pull requests are also appreciated.
This project is licensed under the MIT License.