Editable Docs

Editable Docs

Learn Editable

Integrate Editable related functions into your project quickly and learn about its features.

API Reference

View the APIs of Editable and related plugins, and learn about their configuration options.

What is this?

Editable is an extensible rich text editor framework that focuses on stability, controllability, and performance. To achieve this, we did not use the native editable attribute contenteditable, but instead used a custom renderer that allows us to better control the editor’s behavior. From now on, you no longer have to worry about cross-platform and browser compatibility issues (such as Selection, Input), just focus on your business logic.