appflowy-editor
appflowy-editor copied to clipboard
A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.
### 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...
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...
### 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...
### 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...
### 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_
### 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...
### 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,...