plate icon indicating copy to clipboard operation
plate copied to clipboard

A rich-text editor powered by AI

Results 321 plate issues
Sort by recently updated
recently updated
newest added

**Description** As per the title, the ColorPickerToolbarDropdown no longer works when placed in a BalloonToolbar. This was working prior to PR #1377 **Sandbox** https://codesandbox.io/s/plate-colorpickertoolbardropdown-in-a-balloontoolbar-k87pf5 **Expectation** The color picker should open.

bug
ui

**Description** Placeholder plugin does not seem to work with custom elements. I am trying to create a question editor that has a forced layout with the following properties: - Forced...

bug
plugin:placeholder

**Description** Dragging stops working when initial elements contains an empty p tag (See gif) **Steps** 1. Type in paragraph 1 2. Type in paragraph 2 3. move them around with...

bug
plugin:dnd

**Description** I'm using my own table popover with tool buttons like this: ```jsx export const TablePopover = ({ element, popoverProps, children, }) => ( {children} ); export const TableElement2 =...

bug
plugin:table
ui

In official image plugin demo, I cannot enter Chinese as image description. ## Funding * You can sponsor this specific effort via a [Polar.sh](https://polar.sh) pledge below * We receive the...

bug
plugin:image
ime

**Description** `serializeHtml` is serializing the editor ui instead of the raw html, so it's hard to use for a customer facing UI. For example, the caption underneath an image is...

bug
plugin:serialize-html

**Description** Incorrect indent List styles issue with H1/H2/Block Quote. 1. Indent list: listStyleType: 'decimal' 2. Apply mark, such as H1, H2, Block quote. Result as following

bug
plugin:indent-list

**Description** On Safari, when there is only an empty paragraph in the editor and there is a placeholder (property `placeholder` in `editableProps`) and hitting tab from a previous input, the...

bug
help wanted
safari

**Description** ![image](https://user-images.githubusercontent.com/5615409/165419908-ae5a187b-9b0d-4e73-a0f9-4af1a03f96fb.png) **Steps** offical site demo **Sandbox** https://codesandbox.io/s/plate-playground-v1-2mh1c **Expectation** **Environment** - slate: - slate-react: - browser: chrome

bug
ui
plugin:font

In Chrome and Safari, when selecting multiple table cells and pressing delete/backspace, the contents of the currently selected cells get deleted. In Firefox, the last cell in the selection has...

bug
help wanted
plugin:table