From 08a314a139bcad8bfc4509c3e6d2b3c84ab504a5 Mon Sep 17 00:00:00 2001 From: Aaron Bockelie Date: Wed, 13 Aug 2025 07:12:15 -0500 Subject: [PATCH] feat: Add GitHub Sponsors integration - Add .github/FUNDING.yml for GitHub Sponsors button - Add sponsorship section to README with badge - Manifest already has fundingUrl configured This enables the GitHub Sponsors button on the repository and provides clear sponsorship information for users who want to support the plugin's development. --- .github/FUNDING.yml | 13 +++++++++++++ README.md | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..45c2441 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,13 @@ +# These are supported funding model platforms + +github: [aaronsb] +# patreon: # Replace with a single Patreon username +# open_collective: # Replace with a single Open Collective username +# ko_fi: # Replace with a single Ko-fi username +# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +# liberapay: # Replace with a single Liberapay username +# issuehunt: # Replace with a single IssueHunt username +# otechie: # Replace with a single Otechie username +# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] \ No newline at end of file diff --git a/README.md b/README.md index 95d959e..bee23bf 100644 --- a/README.md +++ b/README.md @@ -539,6 +539,14 @@ npm run build - **Issues**: [GitHub Issues](https://github.com/aaronsb/obsidian-mcp-plugin/issues) - **Discussions**: [GitHub Discussions](https://github.com/aaronsb/obsidian-mcp-plugin/discussions) +## Sponsorship + +If you find this plugin useful, please consider supporting its development: + +[![GitHub Sponsors](https://img.shields.io/badge/Sponsor-%E2%9D%A4-red?logo=github)](https://github.com/sponsors/aaronsb) + +Your support helps maintain and improve this plugin! + ## License MIT