-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support multiple plugin repositories #48
Comments
Thank you for your issue! It is a conflict of plugins. When another data repository editor adds the same data with a different ID, APM will show the plugin twice because it is difficult to identify it by anything other than its ID. What do you think about this? |
I don't think it's that bad to show two of the same thing. Displaying plugins with the same |
I see. |
BREAKING CHANGE: This commit changes the data structure for 'installedVersion.plugin' and 'installedVersion.script'. fix #48
BREAKING CHANGE: This commit changes the data structure for 'installedVersion.plugin' and 'installedVersion.script'. fix #48
Is your feature request related to a problem? Please describe.
Currently, APM can install packages that are defined in the default repository. However, this is not so for the unregistered packages, which are the vast majority.
Describe the solution you'd like
Make it possible to add your own plugin list like
package.json
in npm.As shown in the figure, make the third party
plugins_list.xml
available. It would be even better if it could handle file paths in addition to URLs.Describe alternatives you've considered
None in particular.
Additional context
If this becomes possible, plugin authors can distribute plugins in
plugins_list.xml
format, or publish prerequisite plugin configurations inplugins_list.xml
format.The text was updated successfully, but these errors were encountered: