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 i want using it as a preview mode, no interactions, just view in markdown. ``` @override Widget build(BuildContext context) { return AppFlowyEditor( editorScrollController: null, disableScrollService: true, disableAutoScroll:...

### Description hi, is any guidance for using the json format in react.js? the client using json format store markdown content is convenient, but the data how properly align with...

### Bug Description `universal_html` does not work with Flutter Wasm builds. When embedding an editor that uses the universal_html package, the app works correctly with the standard flutter build web...

### Bug Description Aligning a paragraph block center or right causes text to be misaligned when the caret is focused on the paragraph block. Moving the caret to another block...

### Bug Description There are some texts are missing when i export to markdown or pdf ### How to Reproduce cd appflowy-editor/example flutter run -d linux import from document json...

### Bug Description The cursor height is not constant, and the height of the cursor is smaller for space character than others. I see that there is an unexposed field...

``` TodoListBlockKeys.type: TodoListBlockComponentBuilder( configuration: configuration.copyWith( placeholderText: (_) => LocaleKeys.blockPlaceholders_todoList(context), padding: (node) => EdgeInsets.all(0), ), iconBuilder: (_, node, onCheck) => TodoListIcon(node: node, onCheck: onCheck), toggleChildrenTriggers: [ LogicalKeyboardKey.shift, LogicalKeyboardKey.shiftLeft, LogicalKeyboardKey.shiftRight, ], ),...

### Bug Description The pasted lines are still treated as a single text node. This behavior breaks many Rich Text features (e.g., headings or lists) as it affects all the...

### Description Please, remove package universal html and add package web for build web assembly ### Impact Build web Assembly ### Additional Context _No response_