Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Image Workflow

dasdas424 downloads

Click images to enlarge, zoom, copy, download. Copy markdown selections with images embedded as base64 so they paste inline into Gmail, Google Docs, and Slack.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

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.

Features

  • Click to enlarge — Click any image in your markdown notes to open it in a dark overlay
  • Mouse wheel zoom — Scroll to zoom in/out with smart 100% snap
  • Copy / Download — Copy image as PNG, save the original to disk, or copy the vault path
  • Rich markdown copy — When copying selected markdown that contains image embeds (![[...]] 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
  • Smart paste-back — Pasting that rich clipboard back into Obsidian inserts the original ![[...]] markdown (no base64 bloat)
  • Copy as HTML with embedded images (command) — Bind a hotkey to render the selection through Obsidian's Markdown renderer (headings, lists, callouts, etc.) and write rich HTML with embedded images
  • Easy dismiss — Click the background or press Escape to close

Installation

From Obsidian Community Plugins

  1. Open Settings → Community plugins → Browse
  2. Search for Image Workflow
  3. Install, then enable

Via BRAT (beta installer)

While the plugin is awaiting community-plugin review, install with BRAT:

  1. Install the BRAT plugin from Community plugins
  2. BRAT → "Add Beta plugin" → paste 1spread/image-workflow
  3. Enable Image Workflow in Settings → Community plugins

Manual

  1. Download main.js, styles.css, and manifest.json from the latest release
  2. Create a folder image-workflow in your vault's .obsidian/plugins/ directory
  3. Copy the downloaded files into the folder
  4. Reload Obsidian and enable the plugin in Settings → Community plugins

Usage

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)

Settings

  • Auto-embed images on copy (default: on) — toggles the auto Cmd/Ctrl+C interception. Disable to use Obsidian's standard copy and rely solely on the Copy selection as HTML with embedded images command via your own hotkey.
  • Format all markdown copies for Google apps (default: off) — when enabled, every markdown selection copied with Cmd/Ctrl+C is written as Google Docs-friendly HTML, even if it has no images.
  • Preserve line breaks for Google paste (default: on) — keeps soft line breaks inside paragraphs as visible line breaks when pasting into Google Docs, Gmail, and other Google editors. Plain markdown clipboard text is unchanged.

Demo

Development

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.

Compatibility

  • Desktop only — Uses the Clipboard API (ClipboardItem), which requires Electron
  • Obsidian ≥ 1.4.0

Reporting issues

Please open an issue on GitHub with reproduction steps, your Obsidian version, and OS.

License

MIT

HealthExcellent
ReviewSatisfactory
About
Open images in a fullscreen overlay with mouse-wheel zoom and easy dismiss. Copy or download images, export selections as plain markdown plus rich HTML with images embedded as base64 for inline pasting into Gmail, Google Docs, and Slack, and paste back into Obsidian to restore original embeds without base64 bloat.
ImagesHTMLMarkdown
Details
Current version
1.2.5
Last updated
2 months ago
Created
6 months ago
Updates
7 releases
Downloads
424
Compatible with
Obsidian 1.4.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
dasdas1spread
github.com/1spread
GitHub1spread
X1spread_das
  1. Community
  2. Plugins
  3. Images
  4. Image Workflow

Related plugins

Image Captions

Add captions to images with inline Markdown and link support. The caption format is compatible with the Commonmark spec and other Markdown applications.

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

Outliner

Work with your lists like in Workflowy or Roam Research.

Ink

Handwriting and drawing directly between paragraphs using a digital pen, stylus, or Apple pencil.

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

Custom Frames

Turn web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.

Various Complements

Complete words similar to auto-completion in an IDE.

Typewriter Mode

Typewriter scroll, writing focus, current line highlight, paragraph dimming, and more!

Chat View

Chat View lets you quickly and easily create elegant Chat UIs in your Markdown Files.

Featured Image

Automatically set a featured image property in your notes based on the first image.