heyman / heynote

A dedicated scratchpad for developers
https://heynote.com
Other
3.78k stars 186 forks source link

Feature Request: Extensions/plug-ins #75

Open munsonbh opened 8 months ago

munsonbh commented 8 months ago

If you make this extensible, you won’t have to build the long tail of micro-features yourself!

heyman commented 8 months ago

Yes, that would be great to have ultimately. Having a plugin/extension system comes with a high cost, though. You have to come up with a good API, and once you release it, you've committed to keeping it backwards compatible (preferably indefinitely). There are still features that I think Heynote itself should have that I think would make sense to implement before creating an extension API.