細水長流

UEditor 轻量可定制 富文本编辑器

UEditor 富文本编辑器,轻量,可定制,注重用户体验。UEditor 是由百度「FEX 前端研发团队」开发的所见即所得富文本 web 编辑器,开源基于 MIT 协议,允许自由使用和修改代码。不过该项目目前已停止更新。

「UEditor 轻量可定制 富文本编辑器:https://uxtt.com/103」

项目主页:https://github.com/fex-team/ueditor(ueditor.baidu.com)

相关资料:UEditor 文档

官方最后一个版本:ueditor v1.4.3.3

「UEditor 轻量可定制 富文本编辑器:https://uxtt.com/103」

官方 demo:

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>ueditor demo</title>
</head>
<body>
<!-- 加载编辑器的容器 -->
<script id="container" name="content" type="text/plain"> 这里写你的初始化内容</script>
<!-- 配置文件 -->
<script type="text/javascript" src="ueditor.config.js"></script>
<!-- 编辑器源码文件 -->
<script type="text/javascript" src="ueditor.all.js"></script>
<!-- 实例化编辑器 -->
<script type="text/javascript">
var ue = UE.getEditor('container');
</script>
</body>
</html>

更详细资料参考官方文档

「UEditor 轻量可定制 富文本编辑器:https://uxtt.com/103」

退出移动版