gridsome / gridsome.org

The website for Gridsome.org
https://gridsome.org
MIT License
297 stars 313 forks source link

Delisting plugins #308

Open missmatsuko opened 4 years ago

missmatsuko commented 4 years ago

Plugins seem to be automatically pulled into the plugin listing if they have gridsome-plugin keyword in package.json, but I found at least 1 plugin that isn't functional in the listing: https://gridsome.org/plugins/@vroger/transformer-img

Is there some way to remove plugins from the list that aren't useful? There should also be a way for devs to request being listed again, after they've made changes to their plugin.

missmatsuko commented 4 years ago

Here's some more that should probably be delisted, based on their README content: https://gridsome.org/plugins/@108kb/gridsome-remark-plugin-gist https://gridsome.org/plugins/transformer-yamljson https://gridsome.org/plugins/gridsome-source-shopify

tomtev commented 4 years ago

Yes we should make a file where we can blacklist plugins that will filtered out. I can try create something.