das109 downloadsClick images to enlarge, zoom, copy, download. Copy markdown selections with images embedded as base64 so they paste inline into Gmail, Google Docs, and Slack.
An image-centric workflow plugin for Obsidian. Click images to enlarge with zoom, copy / download, and copy markdown selections so images paste inline into Gmail, Google Docs, Slack, etc.
![[...]] or ), the plugin writes both plain markdown and an HTML version with images embedded as base64 data URLs, so pasting into Gmail / Google Docs / Slack shows the images inline![[...]] markdown (no base64 bloat)Escape to closeWhile the plugin is awaiting community-plugin review, install with BRAT:
1spread/image-workflowmain.js, styles.css, and manifest.json from the latest releaseimage-workflow in your vault's .obsidian/plugins/ directory| Action | Result |
|---|---|
| Click an image | Opens fullscreen overlay |
| Scroll wheel | Zoom in / out |
Cmd/Ctrl + C (overlay) |
Copy image to clipboard |
| Click "Copy" button | Copy image to clipboard |
Click "Download" button / Cmd/Ctrl + S |
Save image to disk |
Cmd/Ctrl + Shift + C (overlay) |
Copy image path to clipboard |
Click background / Escape |
Close overlay |
Select markdown with images, Cmd/Ctrl + C |
Copy as rich text with embedded images for Gmail / Docs / Slack |
| Command: Copy selection as HTML with embedded images | Full Markdown-rendered HTML + embedded images (assignable hotkey) |
npm install
npm run build
The built main.js is output to the project root. Symlink the project directory into .obsidian/plugins/image-workflow/ for live development.
ClipboardItem), which requires ElectronPlease open an issue on GitHub with reproduction steps, your Obsidian version, and OS.