mirror of
https://github.com/d0zingcat/obsidian-send-to-ghost.git
synced 2026-06-03 23:26:45 +00:00
13 lines
393 B
Markdown
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/`. |