-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin System #209
Comments
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
The text was updated successfully, but these errors were encountered: