You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As there is a recommended way of using github repos to host plugins (https://imjoy.io/docs/#/development?id=hosting-and-deploying-plugins), seems like it would be nice to go one step further similar to many modern plugin systems that heavily use github, for loading all plugins hosted at a repo.
Proposal
Add convenience function loadGithubPlugins (or similar), that loads a github repo's manifest, and loads all plugins listed there.
The text was updated successfully, but these errors were encountered:
As there is a recommended way of using github repos to host plugins (https://imjoy.io/docs/#/development?id=hosting-and-deploying-plugins), seems like it would be nice to go one step further similar to many modern plugin systems that heavily use github, for loading all plugins hosted at a repo.
Proposal
Add convenience function
loadGithubPlugins
(or similar), that loads a github repo's manifest, and loads all plugins listed there.The text was updated successfully, but these errors were encountered: