# 与其他富文本编辑器对比

## CKEditor和TinyMCE

CKEditor和TinyMCE两个应用非常广泛，已经存在十多年了。Quill提出了几个传统编辑器中没有的新想法。

* 它把`contenteditable`作为一个输入，而不是完成的编辑器或者API。浏览器不会完全同意或指定完整的`contenteditable`范围。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kang-bing-kui.gitbook.io/quill/zhi-nan-guides/comparisonother.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
