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

Mails Blog Publisher

FengXuanFengXuan86 downloads

Publish the current note to Mails Blog using an Obsidian plugin token.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates15

Publish notes from Obsidian to Mails Blog. This plugin is for people who already use Mails Blog and want to draft, publish, sync, and upload images without leaving Obsidian.

What It Does

  • Save the current note as a draft
  • Publish the current note
  • Sync a linked note back from Mails Blog
  • View saved version history for a linked note
  • Upload an image from the vault and insert the returned Markdown
  • Write blog binding metadata back into frontmatter automatically

Requirements

  • A Mails Blog account
  • The Mails iOS app to generate an Obsidian Plugin Token
  • A reachable Blog API Base URL
  • This plugin only publishes to Mails Blog

Install

If the plugin is available in the Obsidian Community Plugins directory:

  1. Open Settings -> Community plugins -> Browse.
  2. Search for Mails Blog Publisher.
  3. Install and enable the plugin.

For a manual install or an unreleased build:

  1. Copy these files into your vault plugin folder:
    • manifest.json
    • main.js
    • styles.css
  2. Target folder example:
    • <your-vault>/.obsidian/plugins/mails-blog-publisher/
  3. Enable Mails Blog Publisher in Obsidian community plugins.

If you build from source, run npm run release:package to create a ready-to-copy release/mails-blog-publisher/ folder.

Release A New Version

From the plugin repo:

npm run release:new -- 1.0.15

From the workspace root:

npm run release:obsidian-plugin -- 1.0.15

What the release command does:

  • bumps package.json and package-lock.json
  • syncs manifest.json and versions.json
  • rebuilds and refreshes release/mails-blog-publisher/
  • creates a Release <version> git commit
  • creates the matching Git tag
  • pushes the branch and tag so .github/workflows/release.yml can publish the GitHub Release
  • leaves the Obsidian review request as a separate manual portal step

Useful options:

  • --minor or --major to auto-bump instead of passing an explicit version
  • --min-app-version 1.8.0 to update the required Obsidian version for this release
  • --skip-push to prepare the commit and tag locally without pushing
  • --dry-run to preview every step without changing files or git state

Submit The New Version For Obsidian Review

After the GitHub Actions release workflow finishes and the new GitHub Release is visible:

  1. Open https://community.obsidian.md/account/plugins.
  2. If you are not signed in, Obsidian will first redirect you to the login page and then return you to the plugins portal.
  3. Open the Mails Blog Publisher plugin entry.
  4. Use Add new version to submit the just-published release version for review.
  5. Wait for Obsidian staff review.

Notes:

  • This plugin is already listed in the Obsidian community plugins directory.
  • The public directory entry currently shows that it has not been manually reviewed by Obsidian staff yet.
  • Treat the portal review submission as required release follow-up whenever you want a new version to enter the Obsidian manual review queue.

Setup

  1. In iOS, open Settings -> Obsidian Plugin.
  2. Generate a token for this Obsidian device and copy it.
  3. Open Obsidian plugin settings for Mails Blog Publisher.
  4. Fill in:
    • Blog API Base URL
    • Obsidian Plugin Token
  5. Run Test Connection.

If the token stops working later, generate a new one in iOS and paste it again.

Publish A Note

  1. Open a Markdown note in Obsidian.
  2. Optional frontmatter fields:
    • title
    • category
    • tags
    • card_image
  3. Run Mails Blog: Save Current Note as Draft to create or update the remote draft.
  4. Run Mails Blog: Publish Current Note to publish it.

The plugin writes the blog link and sync metadata back into frontmatter automatically.

Typical Workflow

  1. Write in Obsidian as usual.
  2. Save a draft to create or update the linked remote post.
  3. Publish when you are ready to make it live.
  4. Use Sync Current Note From Blog if the remote post changed elsewhere.
  5. Use Upload Image to choose a local image file and insert uploaded image Markdown into the current note.
  6. Use Upload Unsynced Images in Current Note to batch-upload local images already referenced in the current note and replace them with blog-hosted Markdown.
  7. Use Show Current Note Version History to inspect saved draft and published snapshots for the linked post.

Other Commands

  • Mails Blog: Sync Current Note From Blog
    • pulls the linked blog post back into the current note when it is safe to do so
  • Mails Blog: Unlink Current Note from Blog Post
    • removes only the local link to the remote post
  • Mails Blog: Upload Image
    • choose a local jpg, jpeg, png, webp, or gif image file to upload
  • Mails Blog: Upload Unsynced Images in Current Note
    • scans the current note for local embedded images, uploads supported ones, and replaces those embeds with blog-hosted image Markdown
  • Mails Blog: Show Current Note Version History
    • opens a read-only history view for the linked post's saved versions

Notes

  • Publish Current Note always saves a draft first.
  • Sync Current Note From Blog stops when both the local note and the remote post changed.
  • The plugin uploads notes or images only when you explicitly run one of its commands.

Current Limitations

  • Token generation currently starts in the Mails iOS app.
  • Supported image formats are jpg, jpeg, png, webp, and gif.
  • When both the local note and the remote post changed, sync stops instead of trying to merge them automatically.

Privacy And Network Use

  • This plugin connects to your configured Blog API Base URL.
  • It sends your plugin token, note title, frontmatter metadata, note body, and the image file you explicitly choose or batch-upload from the current note only when you run publish, draft, sync, or image upload commands.
  • It writes blog binding metadata back into note frontmatter and can replace the current note when you run Sync Current Note From Blog.
  • It does not include ads or telemetry.

For implementation and maintenance details, see AI_HANDOFF.md.

HealthExcellent
ReviewPassed
About
Publish the current note to Mails Blog and manage linked posts directly from Obsidian. Save drafts, publish or update linked posts, sync remote posts with conflict protection, upload vault images and insert returned Markdown, and write or remove blog binding fields in frontmatter.
PublishingIntegrationsImages
Details
Current version
1.0.14
Last updated
2 months ago
Created
2 months ago
Updates
15 releases
Downloads
86
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
FengXuanFengXuanfengxuan
GitHubfengxuan
  1. Community
  2. Plugins
  3. Publishing
  4. Mails Blog Publisher

Related plugins

Digital Garden

Publish your notes to a digital garden for others to enjoy.

Image auto upload

Upload images from your clipboard by PicGo.

GitHub

Share as Gist

Share a note as a GitHub.com Gist.

Quartz Syncer

Manage and publish your notes to Quartz, the fast, batteries-included static-site generator.

Imgur

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

X

NoteTweet

Post tweets and threads to X (Twitter) directly from your notes.

BRAT

Easily install a beta version of a plugin for testing.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Wechat Converter

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