Home

Awesome

Obsidian Ghost Publish

Plugin for publish to Ghost site for Obsidian with a single click.

How to use

Frontmatter format

Obsidian Ghost Publish use frontmatter to specify on how you want to publish your post.

At the moment, the format is limited to:

title: string (default: file name)
tags: (default: [])
- tag1
- tag2
featured: boolean (default: false)
published: boolean (default: false)
excerpt: string (default: undefined)
feature_image: string (default: undefined)

Note:

How to run on dev

Manually installing the plugin

Issues & Requests