KRichEditor icon indicating copy to clipboard operation
KRichEditor copied to clipboard

A rich text editor (based on QuillJs and MRichTextEditor) ported to Kotlin

Results 5 KRichEditor issues
Sort by recently updated
recently updated
newest added

JavaScript jquery 3.2.1 SNYK-JS-JQUERY-174006 assets/jquery/jquery.js https://stackoverflow.com/a/59476367/3038899

How I can implement text change listener to intercept special chars like @, #, / ?

Noticed 2 issues related to toggles: steps: 1. write text. 2. turn on bold 3. write text. 4. delete all text. 5. Start typing. Bug: bold still seems turned on...

bug

I am trying to add search feature but do not know how to mark searched text as selected in Editor, as it is Web View. I am using Java.

help wanted

Still need to expose the styling update notifier as well as internal command api

request