appflowy-editor icon indicating copy to clipboard operation
appflowy-editor copied to clipboard

A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.

Results 199 appflowy-editor issues
Sort by recently updated
recently updated
newest added

### Bug Description Underline is not added to the text being edited when the IME is displayed. iOS Memo app AppFlowy ### How to Reproduce Enter "あいうえお" on a Japanese...

p1

I upgraded to `v4.0.0` and I noticed that for both numbered and bulleted list there are certain observations that looks like a bug, but it seems they are deliberate design...

p0

### Bug Description There are some issues with Image block: 1. Image occupies entire width even for images smaller than screen width, extra white area surrounds the sides of the...

p0

### Description Hey guys! Thanks for the great project. I did not yet dug into the code here but rather ran into issues with flutter quill and am not sure...

p1

### Description Adapter exsit app's impletation ### Impact Who want to use this editor , but is using quill(like flutter_quill) now. ### Additional Context _No response_

export
p1

### Bug Description Usually, CMD+ DEL ( in macOS ) permit to delete the whole line. It doesn't work in appflowy. ( it does nothing ). ### How to Reproduce...

p0

### Bug Description No default context menu items are showing, moreover, when I'm trying to override to use my own ContextMenuItems they are now showing up. ### How to Reproduce...

### Bug Description When using AppFlowyEditor with EditorScrollController(shrinkWrap: true) and reusing the same EditorState instance, the app throws a “ValueNotifier was used after being disposed” exception after navigating away and...

### Bug Description I see various type error issues related to a table colsHeight holding an int and being used where a double is expected. I would love to help,...