plate
plate copied to clipboard
A rich-text editor powered by AI
**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.
**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...
**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...
**Description** I'm using my own table popover with tool buttons like this: ```jsx export const TablePopover = ({ element, popoverProps, children, }) => ( {children} ); export const TableElement2 =...
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...
**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...
**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
**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...
**Description**  **Steps** offical site demo **Sandbox** https://codesandbox.io/s/plate-playground-v1-2mh1c **Expectation** **Environment** - slate: - slate-react: - browser: chrome
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...