Sébastien Dubois13 downloadsPublish your vault notes to a Ghost blog with configurable presets for tags, newsletters, and frontmatter conventions.
Publish your vault notes to a Ghost blog with configurable presets. Each preset captures a publication target — tags, newsletter, canonical-URL strategy, status — and shows up as a tab in the side panel.
![[image]] embed is uploaded to Ghost and rewritten to a Ghost image card.LINK: blocks become bookmark cards.isDesktopOnly: true — the plugin needs network access to Ghost and reads GHOST_ADMIN_KEY as an optional env fallback.
Manual install:
bun install, then bun run build).dist/main.js, dist/manifest.json, dist/styles.css to <Vault>/.obsidian/plugins/ghost-publish/.id:secret from Ghost Admin → Settings → Integrations).This plugin is desktop-only and makes network requests only to the Ghost site you configure. It does not collect telemetry, does not call any third-party analytics service, and never reads files outside your vault.
External services used:
GHOST_ADMIN_KEY environment variable).canonical_url, the plugin performs a HEAD/GET probe against the canonical URL to verify the public version is reachable before publishing. No vault content is sent in this probe.The plugin never executes remote code and updates only through normal Obsidian releases.
MIT — see LICENSE.