官方地址:https://summernote.org/
html代码
<div class="summernote" id="summernote" ></div>
js中
取值:
var str= $('#summernote').summernote('code');
整合thymeleaf标签实现动态赋值 说明参考:https://www.cnblogs.com/pxblog/p/14512619.html
$('.summernote').summernote('code','[(${content.txt})]');
增加视频上传参考:https://www.cnblogs.com/pxblog/p/14302447.html