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


One-way sync from Obsidian to Ghost (keeps Ghost as your publishing platform)
-
Editorial calendar - Sidebar view of all scheduled and published posts for the month -
YAML frontmatter control - Manage all Ghost metadata directly in Obsidian -
Post scheduling - Schedule posts for future publication with g_published_at -
Automatic sync - Debounced sync on file save (2s delay) -
Periodic sync - Configurable interval sync (default: 15 minutes) -
Markdown to Lexical conversion - Full markdown support including images -
Secure credentials - API keys stored in Obsidian’s secure keychain -
JWT authentication - Secure Ghost Admin API integration -
Status bar indicator - Visual feedback on sync status -
Flexible configuration - Custom sync folder, prefix, and intervals