summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorErica Xu <[email protected]>2022-12-05 15:49:16 -0500
committerGitHub <[email protected]>2022-12-05 15:49:16 -0500
commitb376f9c4285da24d0f90765674ab315ed65c4741 (patch)
treedcbd5b92acb509ca9a201ae8a32237981ba96690 /README.md
parent97d84bc54bde0d2fbf6d3e006f50f6db986e8421 (diff)
downloadai-pulse-obsidian-plugin-b376f9c4285da24d0f90765674ab315ed65c4741.tar.gz
ai-pulse-obsidian-plugin-b376f9c4285da24d0f90765674ab315ed65c4741.zip
Add funding URL documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index b8f865d..9433b8d 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,24 @@ Quick starting guide for new plugin devs:
- If your source code is in a folder, such as `src`, you can use eslint with this command to analyze all files in that folder:
- `eslint .\src\`
+## Funding URL
+
+You can include funding URLs where people who use your plugin can financially support it.
+
+The simple way is to set the `fundingUrl` field in your `manifest.json` file.
+
+If you have multiple URLs, you can also do:
+
+```json
+{
+ "authorUrl": "https://obsidian.md",
+ "fundingUrl": {
+ "Buy Me a Coffee": "https://buymeacoffee.com",
+ "GitHub Sponsor": "https://github.com/sponsors",
+ "Patreon": "https://www.patreon.com/"
+ }
+}
+```
## API Documentation