-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Plugins #1125
Plugins #1125
Conversation
… remote and local plugins.
…nfig; detecting newly installed plugins.
what's the status on this? is plugin support being worked on? |
@talarari I provided something like an MVP / working prototype on the plugins system based on Zeit's Hyper. Thanks for your interest! |
This will enable plugins to dispatch events and interact with the renderer process; removed unused extension keys.
Dispatcher now sends params to plugins; notifying about plugin load errors; allowing local plugin paths not to end with a slash.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@DiegoRBaquero maybe we can close this one too. |
understood, thank you! |
I'd love some feedback on this one.
If we want to support plugins this might be a good start.
I already have the first working plugin too:
https://github.com/codealchemist/webtorrent-transparent
You can test it by adding it to WebTorrent Desktop config like this:
Hope we can make progress in this direction :)
Cheers!