# Ghost Publish plugin for Obsidian
A plugin that publishes notes from an Obsidian vault to a [[Ghost]] blog, with reusable presets for tags, newsletters, and frontmatter conventions.
The Ghost Publish plugin turns the Obsidian side panel into a publishing cockpit for any [[Ghost]] site. Each publication target (e.g., blog post, news, microblog) is configured as a reusable preset — tags, optional newsletter, status, canonical URL strategy — and shows up as a tab in the panel. Each preset tab has sub-tabs for triaging candidate notes, reviewing the queue, and inspecting recently published posts.
This is a plugin that I have created. Syncs are idempotent (SHA-256 content hashing skips unchanged notes), images embedded as `![[image]]` are uploaded to Ghost, YouTube links become oembed cards, `LINK:` blocks become bookmark cards, and `[[wikilinks]]` resolve via a known-URL map or an optional public mirror. Frontmatter property names are fully configurable, so existing vaults can keep their conventions.
## Ghost Publish Panel
![[2026-05-19 ghost publish plugin.png]]
## References
- Community: https://community.obsidian.md/plugins/ghost-publish
- Download: https://obsidian.md/plugins?id=ghost-publish
- Documentation: https://dsebastien.github.io/obsidian-ghost-publish
- Source code: https://github.com/dsebastien/obsidian-ghost-publish
## Related
- [[Ghost]]
- [[Obsidian Plugin Template (Bun)]]
- [[My communications plan]]
- [[2026-05-19 Introducing the Ghost Publish plugin for Obsidian]]