diff --git a/docs/plugins/create-a-plugin.md b/docs/plugins/create-a-plugin.md index 5363fa9be..029e9f991 100644 --- a/docs/plugins/create-a-plugin.md +++ b/docs/plugins/create-a-plugin.md @@ -7,6 +7,14 @@ title: 2. Create a Plugin This guide covers the creation of a Penpot plugin. Penpot offers two ways to kickstart your development: +
+Have you got an idea for a new plugin? Great! But first take a look at the plugin overview to see if already +exists, and consider joining efforts with other developers. This does not imply that we +won't accept plugins that do similar things, since anything can be improved and done in +different ways. +
+ 1. Using a Template: - **Typescript template**: Using the Penpot Plugin Starter Template: A basic template with the required files for quickstarting your plugin. This template uses Typescript and Vite.