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

Export Image plugin

zhouhuazhouhua64k downloads

Easily convert your article to image.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates53

obsidian-export-image

Obsidian Export Image Plugin

This Obsidian plugin can easily help you export any article as an image.

Features

  • Camera Export any article as an image, with the option to save it as a local image file or copy it to the clipboard.
  • Locked with Pen Support adding watermarks, both text and image watermarks, to protect your copyrights.
  • Identification Card Support adding author information (avatar, name, etc.) for easier sharing and dissemination.
  • Mobile Phone Support outputting images at twice the resolution for clearer display on high PPI devices like smartphones.
  • Straight Ruler Support adjusting the image width to cater to different scenarios, such as exporting images suitable for viewing on mobile devices or ensuring readability when embedding images in articles.
  • Level Slider Offer flexible configuration options with a convenient WYSIWYG (What You See Is What You Get) interface.
  • Bookmark Tabs Support exporting selected content as an image.
  • Card Index Dividers Support for batch exporting all notes in a folder as images.
  • Receipt Support displaying obsidian metadata.
  • Yo-Yo Support split long articles into multiple images.

Usage

Use the command export as a image in command palette (Press cmd/ctrl+P to enter the command) to generate a image. You can download it to your file system, or copy to clipboard.

Also, you can access this function from the editor menu:

[!NOTE] Due to device limitations, exporting images on mobile can only be saved to the current vault.

Installation

Obsidian

Search Export Image in community plugins.

Custom Styles

To help experienced users write their own CSS styles, here is the combined DOM structure of the exported image.

<!-- Export Image Root -->
<div class="export-image-root markdown-reading-view">
  <!-- Watermark Container -->
  <div class="markdown-preview-view markdown-rendered export-image-preview-container">
    <!-- Inline Title -->
    <div class="inline-title"></div>
    <!-- Metadata -->
    <div class="metadata-container">
      <div class="metadata-content">
        <!-- Metadata Items -->
        <div class="metadata-property">
          <!-- Metadata Key -->
          <div class="metadata-property-key">
            <!-- Metadata Icon -->
            <span class="metadata-property-icon"></span>
            <!-- Metadata Name -->
            <span class="metadata-property-name"></span>
          </div>
          <!-- Metadata Value -->
          <div class="metadata-property-value"></div>
        </div>
      </div>
    </div>
    
    <!-- Note Content -->
    <div>...</div>
  </div>
  
  <!-- Author Info -->
  <div class="user-info-container">
    <!-- Author Avatar -->
    <div class="user-info-avatar"></div>
    <div>
      <!-- Author Name -->
      <div class="user-info-name"></div>
      <!-- Extra Info -->
      <div class="user-info-remark"></div>
    </div>
  </div>
</div>

Star History

Star History Chart

Special Thanks

  • dom-to-image & dom-to-image-more. This repo borrows lots of code from dom-to-image-more. The amazing lib helps me generate images from dom.

My Other Obsidian Plugins

  • Markdown Media Card
  • vConsole
  • POWER MODE
  • Another Sticky Headings
  • PopKit
HealthGood
ReviewCaution
About
Export any note or selected content as a high-resolution image, saving to a file or copying to the clipboard. Add text or image watermarks and author metadata, include Obsidian metadata, split long notes into multiple images, batch-export folders, and adjust width or output at 2× resolution for crisp display.
ExportImages
Details
Current version
2.4.4
Last updated
2 years ago
Created
4 years ago
Updates
53 releases
Downloads
64k
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
zhouhuazhouhua
GitHubzhouhua
  1. Community
  2. Plugins
  3. Export
  4. Export Image plugin

Related plugins

Wechat Converter

将 Markdown 转换为微信公众号排版,并支持一键发送到微信公众号(支持自定义 CSS和公众号贴图)、飞书、小红书、知乎、微博、CSDN等20+平台。

Export to HTML

Export your Markdown notes as HTML, directly in the clipboard or as a file.

Ink

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

Featured Image

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

TTRPG Tools - Maps

A toolbox for interactive fantasy maps.

Imagine

A comprehensive image management plugin for managing, inserting, resizing, viewing, and batch processing images.

PlantUML

Generate PlantUML diagrams.

Pixel Perfect Image

Pixel perfect 100% image resizing, copy to clipboard, show image in Finder/Explorer, and much more.

Pandoc Plugin

Commands to export to Pandoc-supported formats like DOCX, ePub and PDF.

Pretty Properties

Makes note properties look more fun: adds side image, banners, list property colors and allows to hide specific properties.