Replace TinyMCE as default WYSYWYG because of license incompatibility #6474
Closed
fballiano
started this conversation in
Roadmap Suggestions
Replies: 1 comment 5 replies
-
Wait a minute, Grapesjs doesn't TinyMCE built in. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody, TinyMCE v7 is GPL, GPL is incompatible with BSD3 (grapejs' license) and since TinyMCE v6 (the latest MIT version) will be end of life very soon but although it should still be supported, latest TinyMCE 6.8.5 triggers all dependabot vulnerability alerts because of this.
I think grapejs' default WYSYWYG should be changed.
My suggestion nowadays is to us https://quilljs.com, which is probably the most popular MIT alternative, and there's already a grapejs plugin to use it: https://github.com/Ju99ernaut/gjs-quill which I think would make things easier.
Beta Was this translation helpful? Give feedback.
All reactions