appflowy-editor
appflowy-editor copied to clipboard
A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.
I'm creating a simple custom toolbar. I'm not being able to find the right attributes to call `editorState.toggleAttribute` or it just doesn't work for attributes like `quote`. The only ones...
### Bug Description The left and right handle areas cover more space than a punctuation space, thus it causes the overflow as the video shows. https://github.com/AppFlowy-IO/appflowy-editor/assets/14248245/bea9477a-1c27-4ed0-a68d-4cf69f9ff39d ### How to Reproduce...
### Bug Description when selecting the bullet and list text and then press enter the the next node shifted to paragraph node instead on starting with list next index ###...
### Bug Description https://github.com/AppFlowy-IO/appflowy-editor/assets/11863087/0acc61a4-7775-4492-bb38-ad2f092275c2 Record a video and slow down the playback speed to check each frame. ### How to Reproduce continuously inputting. ### Expected Behavior the cursor should be...
[Bug] ScrollablePositionedList win over/ block pan gesture in the vertical direction while scrolling
### Bug Description Currently, SelectionServiceWidget(gesture detector) is on the top of ScrollablePositionedList(render node dynamically). The handler did not respond to pan gestures while scrolling vertically. https://github.com/AppFlowy-IO/appflowy-editor/assets/14248245/7f8c53b6-8f31-4f49-82ac-720d0561cff1 ### How to Reproduce...
### Description Will update a PR for the following things! ### Impact Math equation and mobile version of image ### Additional Context _No response_
### Bug Description An additional space observed on top of the node (math equation), that too when there is any text or node before the equation. If it is a...
### Bug Description { 'type': TableBlockKeys.type, 'data': { TableBlockKeys.colsLen: 2, TableBlockKeys.rowsLen: 2, TableBlockKeys.colDefaultWidth: 60, TableBlockKeys.rowDefaultHeight: 50, TableBlockKeys.colMinimumWidth: 30, }, 'children': [ { 'type': TableCellBlockKeys.type, 'data': { TableCellBlockKeys.colPosition: 0, TableCellBlockKeys.rowPosition: 0,...
### Description it enable copy and paste table in HTML plugin ### Impact it will make editor more compatible with all platforms ### Additional Context _No response_
### Description currently table plugin support desktop but its not working as expected on mobile platforms ### Impact it will make plugin supportable on all platforms ### Additional Context _No...