Quill 在
2021 年度 OSC 中国开源项目评选
中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选
正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>>
中场回顾
<!-- Include Quill stylesheet -->
<link href="https://cdn.quilljs.com/1.0.0/quill.snow.css" rel="stylesheet">
<!-- Create the toolbar container -->
<div id="toolbar">
<button class="ql-bold">Bold</button>
<button class="ql-italic">Italic</button>
<!-- Create the editor container -->
<div id="editor">
<p>Hello World!</p>
<!-- Include the Quill library -->
<script src="https://cdn.quilljs.com/1.0.0/quill.js"></script>
<!-- Initialize Quill editor -->
<script>
var editor = new Quill('#editor', {
modules: { toolbar: '#toolbar' },
theme: 'snow'
</script>
Quill 1.3.5 已发布,Quill 基于可扩展的架构设计,提供丰富的 API 进行定制。 更新内容: Fix indent preservation of a checked checklist item #1818 added as a shortcut to trigger bullet list formatting #1819 Fix pasting text-align styles #1873 Fix cursor position after dangerouslyPasteHTML #1886 Fix value of history stack in text-change handler #1906 Workaround for Webkit locking up when navigating ...
Quill 1.3.3 已发布,Quill 基于可扩展的架构设计,提供丰富的 API 进行定制。本次更新主要是 bug 的修复和功能增加: Fix getFormat with no parameters while editor is not focused #1548 Remove automatic highlighting across embeds #1691 Support checking checklist on mobile #1693 Fix list creation keyboard shortcuts #1723 Show KaTex rendering errors #1738 下载地址 quill.tar.gz Source code (zip) Source co...
Quill 1.2.5 发布了,Quill 基于可扩展的架构设计,提供丰富的 API 进行定制。 本次更新如下: Fix cursor shifting to be exclusive of user cursor #1367 修复 iOS 在工具栏上的悬停状态 #1388 修复 Bangla 的 getText() 方法#1427 修复 Safari 中的韩文字符组合 #1437 Fix pasting HTML handling special class names #1445 Fix paste or initializing with font-weight #1456 修复更新主动选择器的逻辑 #1468 下载地址 quil...
Quill 1.1.1 发布了,Quill 是一个开源的富文本编辑器,基于可扩展的架构设计,提供丰富的 API 进行定制。 版本更新内容如下: BUG修复: TEXT_CHANGE event now use cursor position to inform change location #746 Fix inconsistent cursor reporting between browsers #1007 Fix tooltip overflow in docs #1060 Fix naming #1063 Fix Medium example #1064 下载地址: Source code (zip) Source code (tar.gz)...
Quill 1.1.0 发布了,Quill 是一个开源的富文本编辑器,基于可扩展的架构设计,提供丰富的 API 进行定制。新版本的修改如下: 修复 Fix undo when preformatted text inserted before plain text #1019 Add focus indicator on toolbar buttons #1020 Do not steal focus on API calls #1029 Disable paste when Quill is disabled #1038 Fix blank detection #1043 Enable yarn #1041 Documentation fixes #1026, #1027, #1032...