https://github.com/Meikul/obsidian-thumbnails
Add youtube thumbnails into your obsidian notes
https://github.com/Meikul/obsidian-thumbnails
obsidian-plugin
Last synced: 4 months ago
JSON representation
Add youtube thumbnails into your obsidian notes
- Host: GitHub
- URL: https://github.com/Meikul/obsidian-thumbnails
- Owner: Meikul
- License: mit
- Created: 2022-05-16T03:30:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T16:14:27.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:17:56.102Z (8 months ago)
- Topics: obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 2.22 MB
- Stars: 45
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Meikul/obsidian-thumbnails - Add youtube thumbnails into your obsidian notes (TypeScript)
README

# 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.
## Usage
Place a code block with the `vid` type, and include the link to your video:
````markdown
```vid
https://youtu.be/dQw4w9WgXcQ
```
````
*OR* use the "Insert from clipboard" command (bit faster)
## 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.
## Offline Options
If you're offline, the thumbnails will just appear like a normal link.
### **Save Thumbnail Info**
If you want your thumbnails to work better offline, you can enable `Save Thumbnail Info` in the settings tab. When offline, the image will be blank but the title and channel will be shown like normal.
### **Save Images**
If you also want to store the thumbnail images locally, you can enable `Save Images` in the settings tab. Then you will be able to see the images whether you're online or not.