thorsten / phpMyFAQ

phpMyFAQ - Open Source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases
https://www.phpmyfaq.de
Mozilla Public License 2.0
582 stars 253 forks source link

Change WYSIWYG editor component (again) #2896

Open thorsten opened 3 months ago

thorsten commented 3 months ago

As TinyMCE switched to GPLv2 with version 7, we have to look for a new WYSIWYG editor component for phpMyFAQ. TinyMCE v6 will get security fixes until 2025.

thorsten commented 3 months ago

Lexical looks very promising as it's a Facebook project: https://lexical.dev/

modelrailroader commented 3 months ago

Did you see this nice list? https://github.com/JefMari/awesome-wysiwyg-editors

modelrailroader commented 3 months ago

I skimmed over the list and noticed Jodit (MIT License), it looks very easy to implement but has a lot of functions. https://github.com/xdan/jodit

c1972 commented 1 week ago

I skimmed over the list and noticed Jodit (MIT License), it looks very easy to implement but has a lot of functions. https://github.com/xdan/jodit

Don't know much about it, but maybe one of the following?

3 more MIT:

BSD 3-Clause:

Apache 2:

thorsten commented 1 week ago

We're also in talks with TinyMCE about a license exception for phpMyFAQ.