Is it possible to download and edit a widget from the marketplace?

1
The process of creating widget is pretty simple and well presented, but what if I want to modify existing (on marketplace) widget how can I do it more efficiently? As I've heard you can like go to the directory of the project > find widget > change to zip and then you can modify, but I don't believe that's the efficient way, or even a proper way of doing that. Any ideas?  Have a nice day!
asked
1 answers
0

Hopefully, you can find the widget in the marketplace having a GitHub repo linked to it. I would say the best way to adapt it is to fork it, and make your changes in your own repo. For small changes, do a pull request to merge your proposed change into the original widget. For large changes, expose your own widget in the marketplace (assuming this is allowed by licenses).

Sometimes, you only can do it the way you describe, which is not that bad, I would say.

answered