This plugin allows easy sharing of notes to HackMD. HackMD is a service that allows real-time collaborate on markdown notes.
Add your HackMD API key to the plugin settings. Then run the HackMD Share URL command — this will share the note and copy the link to your clipboard for easy sharing.
- Inline comments with unread inbox
- 2-way sync with CRDT
- Use more of the available API surface area
- Install hot-reload.
- Clone this project into
.obsidian/plugins
- Run
npm i && npm start
- Explore the code and have fun!