diff options
| author | Konstantin <[email protected]> | 2021-03-08 02:51:48 +0300 |
|---|---|---|
| committer | Lishid <[email protected]> | 2021-03-07 20:54:45 -0500 |
| commit | 5355e3337ec48daff40e96f71bb843034fb5881a (patch) | |
| tree | 666f7aa72a0615245a2449dbf3d5f7fdc7d27184 /README.md | |
| parent | 00cf028cc30549f6ef610ded7f6c650411ac3a16 (diff) | |
| download | ai-pulse-obsidian-plugin-5355e3337ec48daff40e96f71bb843034fb5881a.tar.gz ai-pulse-obsidian-plugin-5355e3337ec48daff40e96f71bb843034fb5881a.zip | |
Update README.md
fix one little misstype
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,11 +20,12 @@ This sample plugin demonstrates some of the basic functionality the plugin API c Quick starting guide for new plugin devs:
- Make a copy of this repo as a template with the "Use this template" button.
-- Clone your repo to a local development folder. For convenience, you can place this folder in your `.obsidian/plugin/your-plugin-name` folder.
+- Clone your repo to a local development folder. For convenience, you can place this folder in your `.obsidian/plugins/your-plugin-name` folder.
- Install NodeJS, then run `npm i` in the command line under your repo folder.
- Run `npm run dev` to compile your plugin from `main.ts` to `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.
+- Enable plugin in settings window.
### Releasing new releases
|
