HTML5富文本编辑器手机端适配优化

HTML5 的富文本编辑器在手机端其实挺有用的。尤其是你做博客、社交、在线文档这类项目,用得还挺多的。contenteditable属性本身就方便,配合点样式和事件监听,基本就能做出个编辑器出来。

富文本编辑器的核心功能,像加粗、斜体、列表、图片插入这些,用插入 HTML 标签就能搞定。想省事的话,用现成的 TinyMCECKEditor,接口还挺全的,扩展也灵活。

在手机端用就得考虑多了。触屏手势、虚拟键盘、性能优化这些都绕不开。你可以给工具栏做成响应式的,按钮少一点,交互清爽点,体验会好多。

不过安全这块不能大意。富文本能输 HTML 就容易被插入脚本,得记得过滤,是用户生成内容要防 XSS 攻击。传输用 HTTPS,存储前也校验下内容,稳妥些。

Google Docs微博评论在线论坛 这类产品,其实都在用这种富文本方案。你想快速上线个编辑功能,直接集成成熟框架最省力;但要深度定制,建议还是自己撸,能控制得更细。

如果你正做移动端文本编辑,不妨试试用 contenteditable 加点 JS 逻辑,或者直接上现成框架,调调样式,改改功能,快就能搞出个还不错的原型。

rar
html5富文本编辑器.rar 预估大小:60个文件
folder
html5富文本编辑器 文件夹
folder
vue-html5-editor-修改版 文件夹
folder
range 文件夹
file
README.md 895B
file
handler.js 12KB
file
util.js 4KB
file
command.js 822B
file
index.html 3KB
folder
i18n 文件夹
file
zh-cn.js 1KB
file
en-us.js 1KB
folder
modules 文件夹
folder
info 文件夹
file
dashboard.js 187B
file
index.js 304B
file
dashboard.html 299B
folder
text 文件夹
file
dashboard.js 72B
file
index.js 272B
file
dashboard.html 669B
folder
eraser 文件夹
file
index.js 225B
folder
full-screen 文件夹
file
index.js 227B
folder
list 文件夹
file
dashboard.js 112B
file
index.js 182B
file
dashboard.html 284B
folder
table 文件夹
file
dashboard.js 1KB
file
index.js 376B
file
dashboard.html 429B
folder
font 文件夹
file
dashboard.js 2KB
file
index.js 194B
file
dashboard.html 848B
folder
unlink 文件夹
file
index.js 204B
folder
align 文件夹
file
dashboard.js 112B
file
index.js 194B
file
dashboard.html 402B
folder
undo 文件夹
file
index.js 190B
folder
image 文件夹
file
dashboard.js 6KB
file
index.js 804B
file
dashboard.html 1KB
folder
hr 文件夹
file
index.js 283B
folder
color 文件夹
file
dashboard.js 867B
file
index.js 206B
file
dashboard.html 556B
file
style.css 113B
file
index.js 703B
folder
link 文件夹
file
dashboard.js 328B
file
index.js 185B
file
dashboard.html 219B
file
vue-html5-editor.js 86KB
file
editor.html 976B
folder
util 文件夹
file
mixin.js 714B
file
polyfill-ie.js 2KB
file
editor.js 6KB
file
index.js 3KB
file
style.css 3KB
file
vue-html5-editor-master.zip 111KB
folder
html5富文本编辑器2 文件夹
file
Eleditor-1.6.zip 83KB
folder
Eleditor-1.6 文件夹
file
jquery.min.js 85KB
folder
layout 文件夹
file
base.css 25KB
folder
demo 文件夹
file
index.html 13KB
file
README.md 3KB
file
Eleditor.js 27KB
file
Eleditor.min.js 17KB
folder
文档 文件夹
file
Eleditor官网.url 126B
file
upload.json 99B
file
webuploader.min.js 69KB
file
readme.txt 26B
...
rar 文件大小:312.52KB