Open ghostdevv opened 1 week ago
The groundwork has been done in #206 and includes the ability for custom features. A public API can be worked on for the next release
If anyone has use cases for plugins, please share what they are and what you would need from the plugin system! The only planned plugin right now is one that allows custom components. Other ideas are appreciated and will help shape the plugin system
Maybe a plugin that can provide props
Plugin hooks should be passed a "plugin context" that includes the client and a logger
I'm still somewhat considering using hookable for some of this rather than plugins, as the plugins would just contain hooks anyway... just need to investigate what that looks like. Plugins may need to be able to return data, as well as mutate it. Additionally, plugins should be importable from a package.
Describe the feature
A system that allows for loading features (#183), and transforming their options
Examples
No response