RA45 downloadsConvert Obsidian Markdown to Gutenberg blocks and publish it to WordPress in one click.
Publish Markdown notes to WordPress as editable, native Gutenberg blocks directly from the ribbon or command palette.
![[image.png]] to the WordPress media library.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/
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ブロックへ変換し、リボンの送信アイコンから投稿・更新するプラグインです。
![[image.png]] を含むObsidian画像埋め込みをWordPressメディアライブラリへアップロードコミュニティプラグインディレクトリへの掲載後は、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 を有効にします。
Obsidian Gutenberg Publisher などの名前を付けて発行します。すべて任意です。
---
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へ送信します。
通信は接続確認、カテゴリ・タグの検索/作成、画像のアップロード、投稿/固定ページの作成・更新に必要です。開発者が運営するサーバーへの通信、解析、広告、テレメトリーはありません。
アプリケーションパスワードは、VaultのObsidianプラグインデータに保存されます。Obsidian SyncやiCloudなどでVault設定を同期する場合、認証情報も同期対象になる可能性があります。WordPressの通常ログインパスワードではなく、このプラグイン専用のアプリケーションパスワードを使用し、HTTPSのWordPressサイトへ接続してください。不要になった場合はWordPressのプロフィール画面から個別に失効できます。