mirror of
https://github.com/runofthemillgeek/swarnam-obsidian.git
synced 2024-11-16 15:30:16 +00:00
Update README - Obsidian API update instructions
Add the following to the "First time developing plugins?" section: For updates to the Obsidian API run `npm update` in the command line under your repo folder.
This commit is contained in:
parent
f3f000a6b2
commit
26721337a7
@ -26,6 +26,7 @@ Quick starting guide for new plugin devs:
|
|||||||
- Make changes to `main.ts` (or create new `.ts` files). Those changes should be automatically compiled into `main.js`.
|
- Make changes to `main.ts` (or create new `.ts` files). Those changes should be automatically compiled into `main.js`.
|
||||||
- Reload Obsidian to load the new version of your plugin.
|
- Reload Obsidian to load the new version of your plugin.
|
||||||
- Enable plugin in settings window.
|
- Enable plugin in settings window.
|
||||||
|
- For updates to the Obsidian API run `npm update` in the command line under your repo folder.
|
||||||
|
|
||||||
### Releasing new releases
|
### Releasing new releases
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user