I am wondering how to best handle the current plugins that have types of “data” and “i18n”. Basically my questions are:
- Should
molecules,crystals, andi18nremain plugins that are installable via the plugin manager? - Do they get installed to the same directory as the other plugins or does Avogadro handle them specially?
- Since they are not written in Python at all, is it best to have
dataandi18nbe plugin types – i.e. contrasting withpyscript,pypkg,pypixi, likelypybinin the future – because they are handled in a fundamentally different way? - Does Avogadro need any metadata to use these plugins at runtime or is metadata only needed by the plugin installer?