回到顶部

阅读目录

django 富文本编辑的种类

django 富文本编辑的种类

  1. ckeditor(推荐)
  2. tinymce
  3. ueditor
  4. ...

ckeditor

  1. 官网:https://ckeditor.com/
  2. 安装:https://xieboke.net/article/7/
  3. 文档:https://django-ckeditor.readthedocs.io/en/latest/

tinymce

  1. 官网:https://www.tiny.cloud/docs/api/tinymce/root_tinymce/
  2. 安装:https://www.cnblogs.com/liuq/p/9141021.html

ueditor

  1. 官网:http://ueditor.baidu.com/website/
  2. 安装:https://github.com/twz915/DjangoUeditor3/(或 https://github.com/derek-zhang123/MxShop,由于停止维护更新原因,DjangoUeditor 一般是直接复制代码到 django 项目下然后修修改改才能用 )
^_^
请喝咖啡 ×

文章部分资料可能来源于网络,如有侵权请告知删除。谢谢!

前一篇: django request 获取请求的 IP 地址
下一篇: jQuery 实现富文本的标题自动生成目录
captcha