发布于 2016-05-16 00:27:28 | 88 次阅读 | 评论: 0 | 来源: 网友投递
Quill 富文本编辑器
Quill 是一个开源的富文本编辑器,基于可扩展的架构设计,提供丰富的 API 进行定制。
Quill 1.0.0-beta.2 发布了,
该版本主要对键盘相关API进行扩展,增强其可定制性,具体改进记录如下:
改进:
Rename code highlighter module to syntax
Clipboard matchers specified in configuration appends to instead of replaces default matchers
Change video embed to use <iframe>
instead of <video>
enabling Youtube/Vimeo links
新特性:
Add contextual keyboard listeners
Allow indent format to take +1/-1 in addition to target indent level
Shortcuts for creating ordered or bulleted lists
Autofill mailto for email links #278
Enter does not continue header format #540
bug 修复:
removeFormat() removes last line block formats #649
Fix text direction icon directon #654
Fix text insertion into root scroll #655
Fix focusing on placeholder text in FF #656
Hide placeholder on formatted line #657
Fix selection handling on focus and blur #664