mirror of
https://github.com/runofthemillgeek/swarnam-obsidian.git
synced 2024-11-16 15:30:16 +00:00
Update README.md
fix one little misstype
This commit is contained in:
parent
00cf028cc3
commit
5355e3337e
@ -20,11 +20,12 @@ This sample plugin demonstrates some of the basic functionality the plugin API c
|
|||||||
Quick starting guide for new plugin devs:
|
Quick starting guide for new plugin devs:
|
||||||
|
|
||||||
- Make a copy of this repo as a template with the "Use this template" button.
|
- 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.
|
- 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`.
|
- 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`.
|
- 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.
|
||||||
|
|
||||||
### Releasing new releases
|
### Releasing new releases
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user