Note Share Image Exporter

by chuyuan-li
5
4
3
2
1
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Export and share notes as images or PDFs with live preview, watermarks, and split output.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Note Share Image Exporter

English | 中文

Export Obsidian notes, selections, and folders as shareable images or PDFs with live preview, split output, watermarks, and author info.

Note Share Image Exporter keeps Obsidian rendering in the result, so a shared image can include content such as Mermaid diagrams, math, code blocks, callouts, metadata, and your current note styling.

Quick start

  1. Right-click a note, selected text, or folder.
  2. Choose Export to image, Export selection to image, or Export all notes to image.
  3. Adjust the preview, then copy the result or save it as a file.

Features

  • Export notes as PNG, JPG, WebP, or PDF.
  • Copy an image directly from the export preview when the selected format supports it.
  • Preview changes before export, including width, padding, format, resolution, watermark, and author info.
  • Split long notes with fixed-height, horizontal-rule, or automatic paragraph-based pagination.
  • Add text or image watermarks for shared images.
  • Embed a hidden asset mark (invisible watermark) into exported image pixels for later matching.
  • Add author name, extra text, avatar, alignment, and placement to exported images.
  • Export every Markdown note in a folder from the file menu.
  • Use the plugin in any of its 20 available languages.

Usage

Export a note

  • Right-click a Markdown file in the file explorer and choose Export to image.
  • Right-click inside the editor and choose Export to image.
  • Open the command palette and run Export as an image.

Platform notes

  • On desktop, saved exports are downloaded as files.
  • On mobile, saved exports are written into the current vault.
  • Clipboard copy availability depends on the output format and platform. Save the file when copy is unavailable.

Installation

Community plugins

Install Note Share Image Exporter from Obsidian's Community plugins browser when it is available there.

Manual installation

  1. Download main.js, manifest.json, and styles.css from a release.
  2. Put them in <Vault>/.obsidian/plugins/note-share-image-exporter/.
  3. Enable Note Share Image Exporter in Settings -> Community plugins.

Privacy and network use

Notes are rendered and exported locally. The plugin does not send note content to a service.

Network requests are only used for remote image URLs that you provide for export assets, such as an image watermark or avatar. Use local vault images or uploaded images when you do not want a remote image fetched during export.

Development

npm install
npm run dev
npm run build
npm run typesafe-i18n

Author

Created by chuyuan-li.

License

MIT