qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.29k stars 2.96k forks source link

Plugins Manager - Additional Sort By Criteria #33463

Open Saijin-Naib opened 4 years ago

Saijin-Naib commented 4 years ago

Feature description. I think additional Sort By criteria might be helpful for organizing installed plugins, as well as not-yet installed plugins.

For instance:

Additional context image

Gustry commented 4 years ago

Sort By Processing Integration I find that I mostly only wish to have plugins which can be exposed via Processing enabled. If this is a flag in the manifest or something else easy to detect, this could be great to help people expose which plugins can be used for processing models, etc.

Indeed, this would encourage people to write Processing provider. There is the flag hasProcessingProvider in the metadata.txt for that. BTW, this could be shown in the HTML description on the right.

Saijin-Naib commented 4 years ago

Core Plugins

These are by nature included by default and typically provide solid baseline of functionality. In some cases, better alternatives can be installed to supercede them, but it might be helpful to have a means to filter by Core Plugins to revert back to the Out Of Box state, for instance.

ismailsunni commented 2 years ago

Ordered by update date and created date are already implemented on QGIS 3.22 and master.