This plugin allows you to publish your Obsidian documents to Halo.
- Search for "Halo" in Obsidian's community plugins browser.
- Click Install.
- i18n
- Upload images
- Publish this plugin to Obsidian community
-
Create a new Obisidian vault for development.
-
Clone this repo to the plugins folder of the newly created vault.
cd path/to/vault/.obsidian/plugins git clone https://github.com/ruibaby/obsidian-halo
-
Install dependencies
cd obsidian-halo npm install
-
Build the plugin
npm run dev
-
Reload Obsidian and enable the plugin in Settings.
- obsidian-wordpress: the original idea came from this repo.