appflowy-editor
appflowy-editor copied to clipboard
A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.
### Description I want to achieve the same effect as on the web and desktop on the App. I use search_text_highlight_plus to achieve the effect of search and replace, but...
### Description I need to select a custom embed on right clicking the embed. Currently, selection is only active on click. How can I achieve this? ### Impact Everyone ###...
* Added two new rules in `DocumentMarkdownDecoder` to handle formatting for multiple images: 1. Ensures a double newline (`\n\n`) is added when a single newline separates two images. 2. Ensures...
### Bug Description When there are n (n>2) images in a row and there is no line in between them, only the first image is being shown. This is related...
Currently, pressing Shift + CMD + ArrowKey selects all the way to the end of the current _paragraph_, which can be much farther than the visible line. I’d like it...
### Bug Description When you add an ListView.builder on top of the AppflowyEditor, this is causing an problema with performance and write words with spaces. Losing characters like "space" some...
Hello, This branch adds a necessary viewId parameter for Flutter 3.32.0 to identify current Window (it is related to Flutters' new multi-Windows support, read here: https://github.com/flutter/flutter/issues/169204 ) Small risk: Flutter...
Hi, firstly thanks for this great package. I've multiple apps which use Super Editor for now. But it is too complicated and having random bugs. So I started to search...
### Bug Description Sometimes keyboard is opening without toolbar. I investigate the issue; mobile_toolbar_v2.dart > _MobileToolbarState ``` @override void initState() { super.initState(); currentSelection = widget.editorState.selection; KeyboardHeightObserver.instance.addListener(_onKeyboardHeightChanged); } ``` Code is...