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

`` should be parsed as a divider when pasting HTML.

### Description I was read in older release notes, that images can be inserted from clipboard. But right now it is not working on MacOS. Could you somebody explain if...

### Bug Description I want to export the image file from the current editor content. So I used Screenshot package to capture it. It’s no issue to capture a visible...

I have already integrated the editor into a project to allow markdown entry of text, but I am wondering if there exist in the package methods or conventions for using...

### Bug Description Bold tag error ### How to Reproduce html like this: ``` AppFlowyEditor Bold tag You can also use AppFlowy Editor ``` ``final html = htmlToDocument(htmlString);`` then print(html.toJson()):...

### Bug Description 1. When double clicking, usually one would expect to first select the current text and then while dragging it should select text word by word instead of...

p1

### Bug Description Pressing the `Home` key, it moves the cursor to the beginning of the block. Pressing it again moves the cursor to the end of the previous block....

### Description Hi all, I am having a hard time having the editor scroll to ensure the cursor is visible. In smartphones, when the keyboard pops up, the cursor ends...

p0

### Bug Description Not sure if I am doing anything wrong, but there is a padding space of proportional size to `toolbarHeight` when the keyboard is up. This happens to...

p1

### Bug Description When converting a document to markdown we have this ``` line1 line2 line3 ![](https://...img.jpg) ``` After creating a document from markdown Appflowy editor renders ``` line1 line2...

p1