Ghost CMS - Obsidian Control

One-way synchronization from Obsidian to Ghost CMS with post scheduling, YAML metadata control, automatic sync, and an editorial calendar view.

I built a new plugin for Obsidian and Ghost CMS users to better manage scheduled posts. It started with a calendar view to track when posts were scheduled, but grew into a fuller content management tool — letting you control your Ghost content directly from Obsidian.

The plugin still revising in Obsidian marketplace, but, you can test or use right now downloading from git: GitHub - diegoeis/ghost-writer-manager-plugin: An Obsidian plugin to manage and edit Ghost CMS publication directly you Obsidian vault. · GitHub

:counterclockwise_arrows_button: One-way sync from Obsidian to Ghost (keeps Ghost as your publishing platform)

  • :date: Editorial calendar - Sidebar view of all scheduled and published posts for the month

  • :memo: YAML frontmatter control - Manage all Ghost metadata directly in Obsidian

  • :one_o_clock: Post scheduling - Schedule posts for future publication with g_published_at

  • :counterclockwise_arrows_button: Automatic sync - Debounced sync on file save (2s delay)

  • :alarm_clock: Periodic sync - Configurable interval sync (default: 15 minutes)

  • :sparkles: Markdown to Lexical conversion - Full markdown support including images

  • :locked_with_key: Secure credentials - API keys stored in Obsidian’s secure keychain

  • :key: JWT authentication - Secure Ghost Admin API integration

  • :bar_chart: Status bar indicator - Visual feedback on sync status

  • :bullseye: Flexible configuration - Custom sync folder, prefix, and intervals