mirror of
https://github.com/d0zingcat/obsidian-send-to-ghost.git
synced 2026-05-20 07:26:44 +00:00
20 lines
541 B
Markdown
20 lines
541 B
Markdown
## Obsidian & Ghost
|
|
|
|
A simple plugin for Obsidian to publish to Ghost site with a single click.
|
|
|
|
### How to use
|
|
|
|
- Clone this repo.
|
|
- `npm i` or `yarn` to install dependencies
|
|
- `npm run dev` to start compilation in watch mode.
|
|
|
|
### Manually installing the plugin
|
|
|
|
- Copy over `main.js`, `styles.css`, `manifest.json` to your vault `VaultFolder/.obsidian/plugins/your-plugin-id/`.
|
|
|
|
|
|
### Issues & Requests
|
|
|
|
- For feature requests, please take use of Discussions.
|
|
- For any issues with current versions, please use Issues.
|