web & Rich Text Editor
富文本编辑器
https://github.com/wangfupeng1988/wangEditor/
https://github.com/fex-team/ueditor
CKEditor 4
https://ckeditor.com/ckeditor-4/download/
开源协议不太友好呀
https://ckeditor.com/legal/ckeditor-oss-license/
CKEditor
CDN
basic - the Basic preset
standard - the Standard preset
standard-all - the Standard preset together with all other plugins created by CKSource*
full - the Full preset
full-all - the Full preset together with all other plugins created by CKSource*
<!-- <script src="https://cdn.ckeditor.com/4.10.1/basic/ckeditor.js"></script> -->
<!-- <script src="https://cdn.ckeditor.com/4.10.1/standard/ckeditor.js"></script> -->
<!-- <script src="https://cdn.ckeditor.com/4.10.1/standard-all/ckeditor.js"></script> -->
<!-- <script src="https://cdn.ckeditor.com/4.10.1/full/ckeditor.js"></script> -->
<!-- <script src="https://cdn.ckeditor.com/4.10.1/full-all/ckeditor.js"></script> -->
<script src="https://cdn.ckeditor.com/[version.number]/[distribution]/ckeditor.js"></script>
classic - the Classic editor
inline - the Inline editor
balloon - the Balloon editor
decoupled-document - the Document editor
<!-- <script src="https://cdn.ckeditor.com/ckeditor5/11.0.1/classic/ckeditor.js"> -->
<script src="https://cdn.ckeditor.com/ckeditor5/[version.number]/[distribution]/ckeditor.js"></script>