An open API service indexing awesome lists of open source software.

https://github.com/Meikul/obsidian-thumbnails

Add youtube thumbnails into your obsidian notes
https://github.com/Meikul/obsidian-thumbnails

obsidian-plugin

Last synced: 2 months ago
JSON representation

Add youtube thumbnails into your obsidian notes

Awesome Lists containing this project

README

          

![version badge](https://img.shields.io/github/v/release/Meikul/obsidian-thumbnails)

# Obsidian Thumbnails
This plugin lets you insert video thumbnails into your notes to help you keep track of what you're actually linking.

Works with Youtube and Vimeo.
GIF showing how to create a thumbnail with the plugin

## Usage
Use the "Insert thumbnail from URL in clipboard" command

***OR***

Manually place a code block with the `vid` type, and include the link to your video:
````markdown
```vid
https://youtu.be/dQw4w9WgXcQ
```
````
## Commands
### Insert thumbnail from URL in clipboard
If you have a video URL in your clipboard, this command will create the code block for you.

### Insert video title link from URL in clipboard
If you have a video URL in your clipboard, this command will automatically create a link with the text set to the video title.

GIF demonstrating the insert video title link command

## Offline Settings
### **Save Thumbnail Info**
Default: Enabled

When offline, thumbnails will have blank images but still show the title and channel.
### **Save Images**
Default: Disabled

Store your thumbnail images locally in a location you specify.