Image Converter: WebP only

by joshuarli
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Converts pasted images to WebP.

Reviews

No reviews yet.

Stats

stars
14
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

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

  1. Intercepts paste events containing images (PNG, JPEG, BMP, etc.)
  2. Converts to WebP via createImageBitmapOffscreenCanvasconvertToBlob({ type: "image/webp" })
  3. 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