summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorLishid <[email protected]>2022-04-04 22:20:58 -0400
committerGitHub <[email protected]>2022-04-04 22:20:58 -0400
commit24918c946d506efb77428eaa10deea0ddd460768 (patch)
treec8b64ebaa905cb402a1fea2383ff2a0f3e1db5d6 /README.md
parentaf0d47c19c7ad79f8262dce0caf94c993d67d3ef (diff)
downloadai-pulse-obsidian-plugin-24918c946d506efb77428eaa10deea0ddd460768.tar.gz
ai-pulse-obsidian-plugin-24918c946d506efb77428eaa10deea0ddd460768.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 659a631..5a1008a 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ This sample plugin demonstrates some of the basic functionality the plugin API c
Quick starting guide for new plugin devs:
+- Check if [someone already developed a plugin for what you want](https://obsidian.md/plugins)! There might be an existing plugin similar enough that you can partner up with.
- Make a copy of this repo as a template with the "Use this template" button (login to GitHub if you don't see it).
- 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.