uniquejava / blog

My notes regarding the vibrating frontend :boom and the plain old java :rofl.
Creative Commons Zero v1.0 Universal
11 stars 5 forks source link

vue可视化编辑器 #268

Open uniquejava opened 5 years ago

uniquejava commented 5 years ago

vue2? (以前的笔记)

  1. wangeditor: https://segmentfault.com/a/1190000012791569
  2. quill: https://www.cnblogs.com/ZaraNet/p/10209226.html
  3. ckeditor: https://www.jianshu.com/p/bc3c345e890b
  4. https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/vuejs.html

最终选择了CKEditor

vue3

wangeditor示例 (MIT): https://github.com/wangeditor-team/wangEditor-with-vue3 tinymce示例 (LGPL): https://www.tiny.cloud/blog/tinymce-vue-3-support/ ckeditor (GPL 2+) : https://github.com/ckeditor/ckeditor5-vue quill (BSD 3 ✔︎): https://www.npmjs.com/package/vue3-quill

uniquejava commented 5 years ago

CKEditor:

font插件: https://ckeditor.com/docs/ckeditor5/latest/api/font.html