Export Obsidian notes to Xiaohongshu (小红书) style images with smart pagination — one click, beautifully formatted.
- Smart Pagination — Automatically splits long notes into multiple pages with proper content breaks
- Live Preview — Real-time preview in the right sidebar, updates as you type
- 4 Built-in Themes — 极简白底 / 奶油暖色 / 深色高端 / 荧光标记
- Two Image Sizes — 1080×1440 (3:4) and 1080×1920 (9:16)
- Cover & End Pages — Auto-generated cover with title and customizable end page
- Export Single or All — Export the current page or all pages at once
- Obsidian Callout Support — Renders Obsidian callouts (
> [!note],> [!tip], etc.) with themed styling - Frontmatter Overrides — Per-note theme/size/author customization via YAML frontmatter
- Open a Markdown note in Obsidian
- Click the camera icon in the left ribbon, or use the command palette:
Ob2Red: 导出为小红书图片 - The preview panel opens in the right sidebar
- Select theme and size, browse pages via thumbnails
- Click 导出当前页 or 导出全部 to save as PNG images
Override plugin settings on a per-note basis:
---
ob2red:
theme: cream-warm # minimal-white | cream-warm | dark-elegant | highlight-pop
size: 1080x1920 # 1080x1440 | 1080x1920
author: Your Name
cover-subtitle: A subtitle
show-cover: true
show-end-page: false
---| Theme | Description |
|---|---|
minimal-white |
Clean white background with minimal styling |
cream-warm |
Warm cream tones for a cozy reading feel |
dark-elegant |
Dark background with elegant typography |
highlight-pop |
Bright highlights and bold accents |
- Open Obsidian Settings → Community Plugins → Browse
- Search for Ob2Red
- Click Install, then Enable
- Download
main.js,manifest.json, andstyles.cssfrom the latest release - Create a folder
ob2redin your vault's.obsidian/plugins/directory - Copy the downloaded files into that folder
- Restart Obsidian and enable the plugin in Settings → Community Plugins