Page 1 of 1

Replace the WYSIWYG editor? [done]

Posted: Sun Jan 16, 2022 4:18 pm
by kev1n
I am thinking about replacing the currently used WYSIWYG editor "Quill" with TinyMCE.
The reason is that quill's development has stalled and TinyMCE comes with a bunch of nice plugins like emoticons, image, link, lists, charmap, table etc.

:arrow: Demo (TinyMCE used in nuBuilder)

Re: Replace the WYSIWYG editor?

Posted: Sun Jan 16, 2022 8:25 pm
by gerese
Vote for TinyMCE , :thumb:

Re: Replace the WYSIWYG editor?

Posted: Mon Jan 17, 2022 11:54 pm
by nc07
My vote for TinyMCE

Re: Replace the WYSIWYG editor?

Posted: Tue Jan 18, 2022 10:00 pm
by nac
It's a yes for TinyMCE from me as well.
Neil

Re: Replace the WYSIWYG editor?

Posted: Wed Jan 19, 2022 9:25 am
by kev1n
TinyMCE has been integrated and can currently only be activated with this option in nuconfig.php:

Code: Select all

nuUXOptions['nuDevUseTinyMCE'] = true;
Once it has reached a stable state, this option will be removed again and TinyMCE will become the default editor.
However, Quill can still be use when another switch is activated (tbd.)