# fluent-editor **Repository Path**: anydev/fluent-editor ## Basic Information - **Project Name**: fluent-editor - **Description**: Fluent Editor 是一个基于 Quill 2.0 的富文本编辑器,在 Quill 基础上扩展了丰富的模块和格式,功能强大、开箱即用。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: kagol/add-contributing-docs - **Homepage**: https://www.cnblogs.com/kagol/p/18523849 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-04 - **Last Updated**: 2024-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fluent Editor [](#contributors-) Fluent Editor is a rich text editor based on Quill 2.0, which extends Quill with rich modules and formats such as tables, images, hyperlinks, copy and paste, inserting emoticons, file uploads, @ reminders, and diagonal menu. It is framework-independent, compatible with Quill API, and compatible with Quill module ecosystem. English | [简体中文](README.zh-CN.md) ## Features Fluent Editor has the following features and advantages: - Contains more than 30 rich modules and formats, in addition to the 21 built-in formats in Quill, it also extends and enhances 15 modules and formats such as tables, images, hyperlinks, word counts, emoticons, file uploads, copy and paste, @ reminders, slash shortcut menus, screenshots, etc - Powerful table function, supports inserting tables with specified rows and columns in the toolbar, table row height/column width dragging, inserting rows/columns, deleting rows/columns, merging/splitting cells, and other rich table operations - It is not related to frameworks and can be used in multiple frameworks such as Vue, React, Angular, etc - Compatible with all Quill APIs, Quill ecosystem modules and formats ## Quick Start Install Fluent Editor: ```shell npm i @opentiny/fluent-editor ``` Write html: ```html
Hello Fluent Editor!
zzxming 💻 |
Janson1012 💻 |