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

Gutenberg Publisher

RARA45 downloads

Convert Obsidian Markdown to Gutenberg blocks and publish it to WordPress in one click.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

Publish Markdown notes to WordPress as editable, native Gutenberg blocks directly from the ribbon or command palette.

Features

  • Converts headings, paragraphs, emphasis, links, lists, quotes, code blocks, separators, tables, and images to Gutenberg blocks.
  • Uploads local images referenced with embeds such as ![[image.png]] to the WordPress media library.
  • Supports posts and pages with draft, published, pending-review, and private statuses.
  • Resolves categories and tags by name and creates terms that do not exist yet.
  • Stores the WordPress post ID in note frontmatter so subsequent publishing updates the same post.

Installation

After the plugin is accepted into the Community directory, open Settings → Community plugins → Browse, search for Gutenberg Publisher, and then install and enable it.

For manual installation, build the plugin and copy main.js, manifest.json, and styles.css to:

<Vault>/.obsidian/plugins/gutenberg-publisher/

WordPress setup

  1. In WordPress, open Users → Profile.
  2. Create a dedicated application password for Gutenberg Publisher.
  3. In the plugin settings, enter the HTTPS site URL, WordPress username, and application password.
  4. Run the connection test before publishing.

Network access and privacy

The plugin connects only to the WordPress site configured by the user. When the connection test or a publishing command is run, it may send the WordPress username and application password, post content and metadata, categories, tags, and embedded local images. These requests are required to authenticate, resolve terms, upload media, and create or update posts and pages.

The plugin has no developer-operated service, analytics, advertising, or telemetry. Credentials are stored in the plugin data inside the Vault and may be included when Vault configuration is synchronized. Use a dedicated, revocable WordPress application password and an HTTPS site.

日本語

ObsidianのMarkdownノートをWordPressのネイティブGutenbergブロックへ変換し、リボンの送信アイコンから投稿・更新するプラグインです。

主な機能

  • 見出し、段落、太字・リンク、リスト、引用、コード、区切り線、表、画像をGutenbergブロックへ変換
  • ![[image.png]] を含むObsidian画像埋め込みをWordPressメディアライブラリへアップロード
  • WordPressの投稿/固定ページ、下書き/公開/レビュー待ち/非公開に対応
  • カテゴリ・タグを名前から検索し、未登録なら自動作成
  • 初回投稿後に投稿IDをフロントマターへ保存し、次回は同じ投稿を更新
  • コマンドパレットから「投稿・更新」「下書きとして投稿・更新」を実行

インストール

コミュニティプラグインディレクトリへの掲載後は、Obsidianの「設定 → コミュニティプラグイン → 閲覧」で Gutenberg Publisher を検索し、インストールして有効にします。

開発版を手動でインストールする場合は、次のコマンドでビルドします。

corepack enable
pnpm install --frozen-lockfile
pnpm build

生成された main.jsと、このフォルダの manifest.json、styles.css をVault内の次の場所へ配置します。

<Vault>/.obsidian/plugins/gutenberg-publisher/

Obsidianを再読み込みし、「設定 → コミュニティプラグイン」で Gutenberg Publisher を有効にします。

WordPress側の準備

  1. WordPress管理画面の「ユーザー → プロフィール」を開きます。
  2. 「アプリケーションパスワード」で Obsidian Gutenberg Publisher などの名前を付けて発行します。
  3. Obsidianの「設定 → Gutenberg Publisher」にサイトURL、ユーザー名、発行されたパスワードを入力します。
  4. 「接続テスト」を押します。WordPressサイトはHTTPSを推奨します。

ノートのフロントマター

すべて任意です。

---
title: 投稿タイトル
status: draft # draft, publish, pending, private
post_type: post # post または page
slug: custom-slug
excerpt: 投稿の抜粋
date: 2026-08-24T10:00:00
categories:
  - お知らせ
tags:
  - Obsidian
  - WordPress
---

投稿後、プラグインが wordpress_id、wordpress_url、wordpress_status、wordpress_post_type、wordpress_updated を自動追記します。wordpress_id があるノートは新規投稿ではなく更新になります。

開発

pnpm dev   # watch build
pnpm test
pnpm build

外部通信とプライバシー

このプラグインは、ユーザーが設定したWordPressサイトのREST APIとのみ通信します。接続テストまたは投稿コマンドを実行したときに、次の情報をWordPressへ送信します。

  • WordPressユーザー名とアプリケーションパスワード
  • 投稿タイトル、本文、抜粋、スラッグ、公開日時、投稿状態
  • カテゴリとタグ
  • ローカル画像のアップロードを有効にした場合は、ノートに埋め込まれた画像と代替テキスト

通信は接続確認、カテゴリ・タグの検索/作成、画像のアップロード、投稿/固定ページの作成・更新に必要です。開発者が運営するサーバーへの通信、解析、広告、テレメトリーはありません。

アプリケーションパスワードは、VaultのObsidianプラグインデータに保存されます。Obsidian SyncやiCloudなどでVault設定を同期する場合、認証情報も同期対象になる可能性があります。WordPressの通常ログインパスワードではなく、このプラグイン専用のアプリケーションパスワードを使用し、HTTPSのWordPressサイトへ接続してください。不要になった場合はWordPressのプロフィール画面から個別に失効できます。

ライセンス

MIT License

HealthExcellent
ReviewSatisfactory
About
Convert Obsidian Markdown into native WordPress Gutenberg blocks and post or update entries directly from the ribbon send icon. Upload embedded Obsidian images to the WordPress media library, search/create categories and tags, set post type/status, and save wordpress_id in frontmatter to update existing posts.
PublishingIntegrationsImages
Details
Current version
1.0.1
Last updated
4 weeks ago
Created
4 weeks ago
Updates
2 releases
Downloads
45
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
RARAinsdel-lab
GitHubinsdel-lab
  1. Community
  2. Plugins
  3. Publishing
  4. Gutenberg Publisher

Related plugins

Wechat Converter

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

Image auto upload

Upload images from your clipboard by PicGo.

GitHub

Share as Gist

Share a note as a GitHub.com Gist.

BRAT

Easily install a beta version of a plugin for testing.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

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.

Custom Frames

Turn web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.

Local REST API with MCP

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

Share Note

Instantly share/publish a note, with the full theme and content exactly like you see in Obsidian. Data is shared encrypted by default, and only you and the person you send it to have the key.