# Eleditor **Repository Path**: wangscript/eleditor ## Basic Information - **Project Name**: Eleditor - **Description**: 由于移动设备的交互方式,传统的PC富文本编辑器在移动手机、平板上面无法达到良好的操作体验,Eleditor(element editor)顾名思义,旨在对html元素进行操作编辑,实现了唯一开源的真正所见即所得的移动端富文本编辑器 Eleditor可以用于移动端具有跨平台文档编辑或共享的场景,例如文章发布等,我们在保证用户体验情况下实现更全面的移动富文本编辑方案 目前版本涵盖了日常常用的编辑操作,如文本编辑、样式、添加,图片上传、超链接等实用操作,开发者也可以自行扩展操作按钮来实现更多功能 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://eleditor.fixel.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 23 - **Created**: 2017-11-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 目录结构 ├──── layout // 编辑器样式目录 ├── webuploader.min.js // WebUploader上传插件,当使用图片上传时需引入。 ├── jquery.min.js // Eleditor依赖jQuery或者Zepto,必须引入才能工作 ├── Eleditor.js // 开发版本 ├── Eleditor.min.js // 压缩版本 └── upload.json // 上传示例文件,可删除 # 调用示例
# 扩展示例