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.
- Host: GitHub
- URL: https://github.com/cathood0/easy_rich_editor
- Owner: CatHood0
- License: bsd-3-clause
- Created: 2025-06-20T04:00:45.000Z (12 months ago)
- Default Branch: Main
- Last Pushed: 2025-11-05T03:56:30.000Z (7 months ago)
- Last Synced: 2025-11-05T05:36:31.664Z (7 months ago)
- Topics: editor, flutter, library, simple-editor, widgets, wysiwyg, wysiwyg-editor
- Language: Dart
- Homepage:
- Size: 797 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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