I messaged @kepano about being able to support paid plugins. Apparently they can't because of Apple App store rules that forbid third party "stores" (and/or require a cut of the payment). IIRC there was a ruling that walked this back a little bit, but only in the US?
One thing I've appreciated about Obsidian is that they have donated to the top plugins as voted on by users each year. It's a small amount (eg. $25), but it is a nice gesture.
Micropayments could also be a nice gesture, but I don't think they could add up to meaningful income for a developer. There are enough developers that are willing to build great open-source plugins for free. IMO the missing tier is having quality (and vetted) plugins that people can work on full-time.
Congratulations on your success with relay.md! It looks like a great tool.
What I found in the following week is a pattern of:
1) People reaching out with feature requests (useful) 2) People submitting minor patches that take up a few lines of code (useful) 3) People submitting larger PRs, that were mostly garbage
#1 above isn't going anywhere. #2 is helpful, especially since these are easy to check over. For #3, MOST of what people submitted wasn't AI slop per se, but just wasn't well thought out, or of poor quality. Or a feature that I just didn't want in the product. In most cases, I'd rather have a #1 and just implement it myself in the way that I want to code organized, rather than someone submitting a PR with poorly written code. What I found is that when I engaged with people in this group, I'd see them post on LinkedIn or X the next day bragging about how they contributed to a cool new open-source project. For me, the maintainer, it was just annoying, and I wasn't putting this project out there to gain the opportunity to mentor junior devs.
In general, I like the SQLite philosophy of we are open source, not open contribution. They are very explicit about this, but it's important for anyone putting out an open source project that you have ZERO obligation to accept any code or feature requests. None.