Bootstrap4+Jquery lightweight html editor,single js file.
<form><input id="descr" name="descr" type="hidden"/></form> <script src="${relpath}/bootstrap/js/bootstrap-wysiwyg.js"></script>
<script> $(function () {
$("#descr").initWysiwyg(true); });
`</script>