MohamedRejeb / compose-rich-editor

A Rich text editor library for both Jetpack Compose and Compose Multiplatform, fully customizable, supports HTML and Markdown.
https://mohamedrejeb.github.io/compose-rich-editor/
Apache License 2.0
1.17k stars 76 forks source link

Added `onRichTextChangedListener` #431

Open Wavesonics opened 5 days ago

Wavesonics commented 5 days ago

This is one option for allowing the user to hook into text changes.

Update: I think this one is probably inferior to #432