New Features for GrapeJS #6050
mohamedsalem401
started this conversation in
Ideas
Replies: 3 comments 10 replies
-
Whaooo impressive list |
Beta Was this translation helpful? Give feedback.
0 replies
-
Excellent ! |
Beta Was this translation helpful? Give feedback.
5 replies
-
Thanks @mohamedsalem401 there is a lot of good stuff but the goal is to make the framework as lean and headless as possible so for all these additions I'd suggest creating plugins instead of merging them to the core. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, first of all, thank you for this amazing framework. I've been working on some improvements and new features for GrapeJS. And I wanted to see if I can contribute to building such an amazing framework.
I understand that GrapeJS should provide the core for building editors on top of it, but I think the following features will help other developers create their editors faster, so I made the following features as a start. Some I’ve already written most of the code for (might need some changes first) while some other suggestions need more planning.
Clipboard improvements: code: b9cbc37
Context Menu Manager: code: a8de4e6
Toasts Manager: code: dd502ae
Command Palette Manager: code: 0f32345
Version Control System Manager (Suggestion)
I've been thinking about how we can integrate with existing modules for version control features like semantic versioning and conflict resolution. While I haven't started implementing it yet (it might require some planning first), I came across this interesting paper on Version Control of Trees with Line-Based Version Control Systems
I can create a more detailed description of how we can approach this integration. However, I'd love to hear your thoughts on whether this would be a valuable addition.
ChatGPT ( Plugin )
Tailwind ( Plugin )
I’m excited to contribute to GrapeJS! Let me know what you think of these features and which ones you’d like to see implemented first.
Beta Was this translation helpful? Give feedback.
All reactions