Image Converter: WebP only
pendingby joshuarli
Converts pasted images to WebP.
Image Converter: WebP only
Obsidian plugin that automatically converts pasted images to WebP.
Conversion uses Electron's built-in Chromium Canvas API (OffscreenCanvas.convertToBlob) — no native dependencies, no wasm, no external tools. The entire plugin is ~1.7 KB.
How it works
- Intercepts paste events containing images (PNG, JPEG, BMP, etc.)
- Converts to WebP via
createImageBitmap→OffscreenCanvas→convertToBlob({ type: "image/webp" }) - Saves to your configured attachment folder and inserts a
![[wikilink]]
- I recommend having all attachments in a single flat folder.
Settings -> Files and links -> Default location for new attachments & Attachment folder path
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.