From b1d053893ce7b67eac8f339cbe41896ee678ba1e Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 23 Jan 2025 11:15:32 +0100 Subject: [PATCH] :books: Add minor improvement to plugins creation documentation --- docs/plugins/create-a-plugin.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.