diff options
| author | Erica Xu <[email protected]> | 2022-12-05 15:55:39 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-05 15:55:39 -0500 |
| commit | d3bb1e67758e99b302d72f06f2400113fb226658 (patch) | |
| tree | 28007739413a2e55a6a6c717f3f483c3bf8a2eac | |
| parent | b376f9c4285da24d0f90765674ab315ed65c4741 (diff) | |
| download | ai-pulse-obsidian-plugin-d3bb1e67758e99b302d72f06f2400113fb226658.tar.gz ai-pulse-obsidian-plugin-d3bb1e67758e99b302d72f06f2400113fb226658.zip | |
Update README.md
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -71,13 +71,18 @@ Quick starting guide for new plugin devs: 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. +The simple way is to set the `fundingUrl` field to your link in your `manifest.json` file: + +```json +{ + "fundingUrl": "https://buymeacoffee.com" +} +``` 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", |
