sketchplugins / plugin-directory

Official Sketch Plugin directory
https://sketch.com/extensions/plugins
3.4k stars 685 forks source link

Include description for my plugin #1300

Closed eaugustine closed 3 years ago

eaugustine commented 3 years ago

Hi! How can I get the description for my plugin to show up? I have added the description into my package.json file and updated the plugin, but it still shows without a description in the plugin directory's README file and plugins.json file.

bomberstudios commented 3 years ago

Hi there. We don’t read the description automatically from the package.json file yet. You can open a PR adding the description to plugins.json, and it will be picked up by the README and the plugin directory.

Alternatively, feel free to post the description and identifier of your plugin here and I’ll make the necessary changes myself.

bomberstudios commented 3 years ago

I had a spare minute and I added the description from your package.json. Thanks for your plugin!

eaugustine commented 3 years ago

Thank you!