mirror of
https://github.com/gavvvr/obsidian-imgur-plugin.git
synced 2026-07-22 05:10:27 +00:00
2 reasons to remove 'obsidian-plugin-cli' dependency: - it uses its own esbuild config, which might be different from the one used for prod build - it brings lots of unused stuff (including deprecated transitive dependencies)
903 B
903 B
Development how-to
Prerequisites
- Get a Node.js
Development
- It is recommended to create a new Obsidian vault for development
git clonethe repo to any place on your filesystem and enter the directory you clonednpm installonce to resolve project dependenciesnpm run devto 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