Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.04 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.04 KB

Obsidian plugin for Halo

This plugin allows you to publish your Obsidian documents to Halo.

中文文档

Installation

  1. Search for "Halo" in Obsidian's community plugins browser.
  2. Click Install.

TODO

  • i18n
  • Upload images
  • Publish this plugin to Obsidian community

Preview

settings

commands

Development

  1. Create a new Obisidian vault for development.

  2. 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
  3. Install dependencies

    cd obsidian-halo
    
    npm install
  4. Build the plugin

    npm run dev
  5. Reload Obsidian and enable the plugin in Settings.

Credits