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

### Description Ability to update indentation ### Impact Update text indentation, create nested lists ### Additional Context _No response_

### Bug Description The selection menu is not showing on Flutter Web ### How to Reproduce Add package `appflowy-editor` to flutter web project ```dart AppFlowyEditor( editorState: EditorState.blank(), editorStyle: const EditorStyle.desktop(),...

### Bug Description Lower version does not work anymore ### How to Reproduce fregf ### Expected Behavior rgteasg ### Operating System macos ### AppFlowy Editor Version(s) 5.2.0 ### Screenshots _No...

### Description Hi, I''ve recently started to use AppFlowy, I use it as some sort of notes for learning, usually technical stuff. That brings me to the question, how to...

This PR is meant to support Vim Mode in the main AppFlowy app. It does not conflict with the main editor and can be toggled on/off easily. The documentation for...

1. Great library, thanks. 2. Not sure if this is a bug or a feature request, but I noticed that the "Large Document (10,000+ Rows)" example program has huge performance...

### Description import 'package:appflowy_editor/appflowy_editor.dart'; could you please provide a method to export as a markdown format text or file after edit the original markdown|json ### Impact At the moment it's...

### Bug Description This basically continuation of this issue. https://github.com/AppFlowy-IO/appflowy-editor/issues/912 It seems editor still doesn't recognize softlines. Also after some update it actually converts paragraphs into the softline breaks during...