Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Replace the WYSIWYG editor? [done]

Post your ideas & suggestions for new nuBuilder features or other improvements
Locked
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Replace the WYSIWYG editor? [done]

Unread post 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)
gerese
Posts: 132
Joined: Sun Dec 16, 2018 6:13 pm
Location: România
Has thanked: 30 times
Been thanked: 4 times

Re: Replace the WYSIWYG editor?

Unread post by gerese »

Vote for TinyMCE , :thumb:
nuBuilderForte .... BIG Like !!!
nc07
Posts: 118
Joined: Tue Jun 04, 2019 4:05 am
Has thanked: 5 times
Been thanked: 22 times

Re: Replace the WYSIWYG editor?

Unread post by nc07 »

My vote for TinyMCE
nac
Posts: 115
Joined: Tue Dec 12, 2017 11:28 pm
Location: Aberdeen, UK
Has thanked: 9 times
Been thanked: 12 times

Re: Replace the WYSIWYG editor?

Unread post by nac »

It's a yes for TinyMCE from me as well.
Neil
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Replace the WYSIWYG editor?

Unread post 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.)
Locked