Jodit Editor: A beautiful WYSIWYG HTML text editor

A beautiful WYSIWYG HTML text editor
Copy/Paste image
Drag&Drop
Split Mode
Free for non-Commercial
CodeMirror out of the box
Pure JavaScript. No libraries
Lightweight: ~32kB gzipped.

Download: https://github.com/xdan/jodit

Demonstration: https://xdsoft.net/jodit/

Plugin homepage: https://xdsoft.net/jodit/

Implementation:

<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jodit/2.3.17/jodit.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/jodit/2.3.17/jodit.min.js"></script>
<div id="editor"></div>
<script>var editor = new Jodit('#editor');</script>

Screenshots: