0.2.7 • Published 4 years ago

@iq9891/ieditor v0.2.7

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

IEditor

高度客制化的富文本编辑器

GitHub license @iq9891/ieditor NPM downloads GitHub language count GitHub code size in bytes gzip

Sauce Labs Test Status (for master branch)

ieditor preview

功能

  • 菜单自定义
  • ajax 图片上传
  • base64 图片显示
  • 扩展 class 名
  • 多语言支持
  • 颜色可配置
  • 样式自定义

相关链接

使用

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>ieditor</title>
  <script src="https://cdn.jsdelivr.net/npm/@iq9891/ieditor@latest/dist/ieditor.min.js"></script>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@iq9891/ieditor@latest/dist/ieditor.min.css">
</head>
<body>
  <div id="ied" class="ied"></div>
  <script>
  var myEditor = new IEditor();
  myEditor.init();
  </script>
</body>
</html>

运行 demo

  • 下载源码 https://github.com/iq9891/ieditor.git
  • 安装或者升级最新版本 nodeJS(最低v9.x.x)
  • 进入目录,安装依赖包 cd ieditor && yarn install
  • 安装包完成之后,运行 npm start
  • 打开浏览器 http://localhost:8080/

更新日志

请移步 更新日志

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago