Open danngreen opened 1 month ago
As mentioned in https://github.com/4ms/metamodule-plugin-examples/issues/9, the name displayed in the Module List (as well as anywhere else) should be the "name" field of the plugin.json.
This field (along with the module description and tags) would be registered when the module is registered, so it needs to be part of ModuleInfoBase and ModuleInfoView
Later (separate issue): GUI to filter by tag
It would be helpful to display the description of a module as you browse them. This info can come from the plugin.json file for vcv ports and plugins, or from the info struct for CoreModules.
Once we have that info present, it'd be helpful to filter or sort by tag name.