TinyMCE is great. I've worked on multiple projects where this editor is being used and IMHO it is one of the easiest way to get out of the WYSIWYG Content-editable situation.
The source code [1] is modular and easily readable, so you can make yourself a decent plugin and add it to your code.
For some a blocker might be GNU license, but overall I think it's a great choice saving developer-hours.
The source code [1] is modular and easily readable, so you can make yourself a decent plugin and add it to your code.
For some a blocker might be GNU license, but overall I think it's a great choice saving developer-hours.
1 : https://github.com/tinymce/tinymce/tree/master/js/tinymce/cl...