Skip to content
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

Allow plugins to modify the core behaviour #835

Open
vaibhav-kaushal opened this issue Dec 5, 2015 · 1 comment
Open

Allow plugins to modify the core behaviour #835

vaibhav-kaushal opened this issue Dec 5, 2015 · 1 comment
Milestone

Comments

@vaibhav-kaushal
Copy link
Member

Hello all,

I have been trying to work on #815 and while creating plugins is a great way to get things done, I believe there can be many points where we might want to allow a plugin to alter the core behaviour, when installed.

I believe, the way to do that would be how we did it in version 2.2 - maintain a file where we list the plugins installed and use it. The way to improvise would be to create hooks within the core framework where we check if a plugin wants to be called at that point and if one is installed, a pre-defined function within the plugin could be called.

I am building something exciting on my end which might need this and can help future developers to get onboard by creating plugins according to their need!

@vaibhav-kaushal vaibhav-kaushal added this to the 3.1 Release milestone Dec 5, 2015
@spekary spekary modified the milestones: 5.0, 3.1 Release Mar 19, 2017
@spekary
Copy link
Member

spekary commented Mar 19, 2017

This I believe is the same as #868

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants