I am now using the TinyMCE wysiwyg editor in my projects.
However, tinyMCE has some disadvantages:
- Tons of GET requests
- Big
- slow . At the same time, I cannot have a large number of TinyMCE editors. (Especially in IE)
- Changing the DOM position in TinyMCE caused problems in which listeners were lost.
- It is difficult to generate new TinyMCE editors dynamically at runtime.
- Tight control with jQuery
Is there any WYSIWYG editor you would suggest?
A big plus will be a jQuery based editor, as this project works with jQuery anyway.
source
share