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

Markdown Image Maker

suntinglu777suntinglu777110 downloads

Edit Markdown files and export them as styled images through a local converter.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

Markdown Image Maker opens Markdown files or selected Markdown text in an Obsidian editor view and exports the content as styled images.

Features

  • Open an entire .md file from the file menu.
  • Open selected Markdown text from the editor context menu.
  • Preview paginated images before exporting.
  • Export images to the vault root, the current file folder, the Obsidian attachment folder, or a custom folder.
  • Generate images and optionally write Obsidian image links back into the source note.
  • Remember template, brand text, mode, size, format, quality, and output location between sessions.

Desktop-only behavior

This plugin uses local Node.js modules at runtime and is available only on Obsidian desktop.

Converter backend

Markdown Image Maker needs a local converter backend. The default backend is a local HTTP service:

http://localhost:3000

The service must expose:

POST /api/v1/markdown-to-html
POST /api/v1/markdown-to-image

For development, the plugin can also call a local 38html project module directly. Set the backend to Local 38html module and provide the project path, for example:

E:\project\38html

You can change this path in the plugin settings. The target project must contain:

server/services/markdown-to-image.js
node_modules/

No API key is required by the plugin. If your converter service requires authentication, configure it to accept local requests before using this plugin.

Privacy and file access

The plugin reads the active Markdown file or editor selection and writes generated image files back into your Obsidian vault. It sends Markdown content only to the converter backend you configure in the plugin settings. The default target is a local URL.

Build

npm install
npm run build

Obsidian loads:

manifest.json
main.js
styles.css
HealthExcellent
ReviewPassed
About
Export Markdown files or selected editor text as styled, paginated images with live previews. Save images to the vault root, current file folder, attachment folder, or a custom folder and optionally insert Obsidian image links back into the source note. Use a local converter backend and run on Obsidian desktop only.
ImagesExportAttachments
Details
Current version
0.1.0
Last updated
2 months ago
Created
2 months ago
Updates
1 release
Downloads
110
Compatible with
Obsidian 1.5.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
suntinglu777suntinglu777sunxiaoqiqi
GitHubsunxiaoqiqi
  1. Community
  2. Plugins
  3. Images
  4. Markdown Image Maker

Related plugins

Ink

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

Pixel Perfect Image

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

Local Images Plus

A reincarnation of Local Images to download images in Markdown notes to local storage.

Wechat Converter

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

Image Context Menus

Image context menus (mostly on right click): Copy to clipboard, Open in default app, Show in system explorer, Reveal file in navigation, Open in new tab.

Paste image rename

Rename image after pasting, support name pattern and auto renaming.

Image auto upload

Upload images from your clipboard by PicGo.

Imgur

Upload images from your clipboard to imgur.com and embeds uploaded image to your note.

Export Image plugin

Easily convert your article to image.

Export to HTML

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