Files
obsidian-send-to-ghost/README.md
Jay Nguyen 321a610b84 readme
2022-04-10 16:51:16 +01:00

13 lines
393 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/`.