mirror of
https://github.com/d0zingcat/obsidian-send-to-ghost.git
synced 2026-05-13 23:16:49 +00:00
b1a78e3ca9f83ab0f128466a66cdec96b9346ab5
Obsidian & Ghost
A simple plugin for Obsidian to publish to Ghost site with a single click.
How to use
- Create a custom integration follow this link. You would need an Admin API Key and API URL.
- Once you install the plugin, you would find an option "Obsidian Ghost Publish" under "Plugin options" and copy-paste it in the textbox.
- That's it! you now are able to publish by click on the ghost icon on the left hand or use the command pallete.
How to run on dev
- Clone this repo.
npm ioryarnto install dependenciesnpm run devto start compilation in watch mode.
Manually installing the plugin
- Copy over
main.js,styles.css,manifest.jsonto your vaultVaultFolder/.obsidian/plugins/your-plugin-id/.
Issues & Requests
- For feature requests, please take use of Discussions.
- For any issues with current versions, please use Issues.
Languages
TypeScript
74.8%
JavaScript
25.2%