-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TinyMCE Version 6/7 #133
Comments
Are there any plans to update to TinyMCE 6 or 7 in the next few weeks? Would be nice for the manager accessibility: modxcms/revolution#16612 |
@Jako I am trying to build a version with TinyMCE 7. Changing the TinyMCE core works fine, but both MODX related plugins need an update to the new JS API calls. But now I am wondering about the licence key. Do you have more info on this? Is this a reason to stick with version 5? |
Feel free to add the new TinyMCE version here. Both plugins are needed somehow. I have added the original and the patched code in src/modx/plugins/modximage and src/modx/plugins/modxlink to make it easier to follow the needed changes in version 5. This is different in version 6 and/or 7. Since TinyMCE RTE is licensed with the GPLv2, you just have to add a line to the initialization: https://www.tiny.cloud/docs/tinymce/latest/license-key/#use-tinymce-with-the-gplv2-license There were two reasons not to update to TinyMCE 6 or 7 for me: Some useful plugins are now commercial. Both plugins have to be updated and the link plugin is somehow limited by this issue: tinymce/tinymce#6588 |
Thank you @Jako for these insights! I'm trying TinyMCE 7 and don't notice any better accessibility than in version 5 for the MODX manager. So I think we have no pressure to update to TinyMCE 7 at the moment. I think making these points public is important for everyone looking for the new version. |
For some additional context, we were working on porting Fred TinyMCE to the latest, and ended up backing it down to version 6.8.3 due to some of the points Jako pointed out. |
Feature request
Summary
Since TinyMCE is soon ending support for version 5, are there any plans to upgrade this package to TinyMCE 6?
Why is it needed?
TinyMCE 5 support is ending in April. It doesn't seem urgent to upgrade but I wanted to see if there is any plan, or interest here.
Suggested solution(s)
This is the documentation on how to upgrade to TinyMCE 6. I'm not sure what else would need to be upgraded.
The text was updated successfully, but these errors were encountered: