With the new plugins introduction, I would like to ask what do you like to see in Penpot as your next plugin? I’m a developer myself and I would like to build something for you. What do you lack? what do you need that Penpot doesn’t offer?
Also, I’m currently working on something exciting. Hope to share it with you guys soon.
So maybe an plugin editor to make things like above, whithout to have design and css code skills, more like a configurator where you can create things by just select/deselect options, choose colors, fond style and size, design with, …
Hi, I have a couple of ideas that I’d like to talk about to see if they might make sense or not…
1 - Having the ability to connect basic shapes (rattangles, text , etc.) with linear connectors of various types as happens in Miro, FigJam or Draw.io.
I would find it useful to easily develop flows or wireflows directly into penpots, greatly expanding the potential of the product.
2 - Having the ability to apply basic CSS code directly to a shape or text. This idea came to me because there is currently no way to create the “glass” effect with blur something like this:
.glass-effect {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.3);
}
or simply change the thickness of the underline
text-decoration-thickness
things that can actually be implemented in production without any problems.
What do you think/think may be starting points for some development?
I would very much like a plug-in that exports penpot layout details as json and exports images as well with file names that match the info from the json.
I’m currently working on an importer that takes json exported from Figma and imports it into the Godot Engine. I get a fair amount of requests to do the same with penpot.
Suggestion 1 is possibe one way.
You get your designs into a plugin, and then you can use connectors and what not to do your wireframes, flows. However when you put it back to penpot, you wouldn’t be able to edit it like in the plugin, even when you import it back to the plugin.
So the use case should be one-way.
as for the second suggestion, I don’t think it’s possible due to how penpot works. I’m not sure but I’ll look into it.