- Get a Node.js
- It is recommended to create a new Obsidian vault for development
git clone
the repo to any place on your filesystem and enter the directory you clonednpm install
once to resolve project dependenciesnpm run dev
to mount the plugin to Obsidian vault and have hot-reload where you would like to test it and get instant feedback on any change in your code
Special thanks to:
- @pjeby for hot-reload plugin which gives an instant feedback on code change
- @zephraph for his tools for Obsidian plugin development which makes development a breeze