An open API service indexing awesome lists of open source software.

https://github.com/cathood0/easy_rich_editor

A simple WYSIWYG editor yet powerful and simple to configure and customize.
https://github.com/cathood0/easy_rich_editor

editor flutter library simple-editor widgets wysiwyg wysiwyg-editor

Last synced: 5 months ago
JSON representation

A simple WYSIWYG editor yet powerful and simple to configure and customize.

Awesome Lists containing this project

README

          

# Easy Rich Editor 🚀

**A minimalist, fast, and easy-to-integrate WYSIWYG editor** for Flutter, designed to deliver the best performance without sacrificing functionality.

## Current status ⚠️

**Actively in development (not production-ready)**. [Current state of features](https://github.com/CatHood0/easy_rich_editor/issues/3)

## ✨ Key Features (Working on yet)

- **Minimal setup**: Works right out of the box as expected
- **Optimized performance**: With the aim of having the maximum possible performance regardless of the size of the document
- **Built-in VIM mode**: Efficient VIM-style movement (`VIM_MODE`)
- **Flexible conversion** from multiple formats:
- Markdown
- Plain text
- Quill Deltas
- `Document` ([flutter_quill_delta_easy_parser](https://pub.dev/packages/flutter_quill_delta_easy_parser)) to `EasyDocument`

## 🚀 Expected

We aim to build an editor that:
- Is noticeably faster than other solutions
- Offers productivity shortcuts for power users
- Maintains a simple and intuitive API