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** See changesets. To do: - [ ] Add changesets - [ ] Write docs for PlateController - [ ] Update existing docs

## Description Sometimes, wrapping text in "__" (ie `__text__`) will underline the text when deserializing, sometimes it will bold it. The easiest example is to try it out in the...

bug

## Description When calling serializeHtml (from @udecode/plate-serializer-html), output will strip with color ## Steps to Reproduce ```javascript it.only('serialize nested with color', () => { const editor = createPlateUIEditor({ plugins: [...

bug
plugin:serialize-html

## Description TodoList can not switch to numbered list / bulleted list, numbered list / bulleted list can switch to todolist ## Steps to Reproduce To reproduce the behavior: 1....

bug

## Description After inserting a new table the focus or selection doesn't appear in the first cell. Line of code that is broken: https://github.com/udecode/plate/blob/main/packages/table/src/transforms/insertTable.ts#L58 ## Steps to Reproduce 1. go...

bug
plugin:table

Start with content like this (`|` represents the cursor). ``` 1. 2. |Two ``` Then press the backspace. It produces: ``` 2. Two ``` Instead of ``` 1. Two ```...

bug
plugin:indent-list

## Description I am encountering an error when attempting to insert Excalidraw to the Plate editor. The error message reads: "Error: Cannot resolve a DOM node from Slate node: {"text":""}."...

bug

## Summary Shows an error condition with `serializeHtml` function. It's started to happen from version `26.0.1`. ``` The `useSlateStatic` hook must be used inside the component's context. ``` Basically, this...

## Description page crashed when operate in doc's demo. https://github.com/udecode/plate/assets/58588033/1fe3540d-525d-4d8f-89cc-42b6b34e639d Error message: `Cannot resolve a Slate point from DOM point: [object Text]` ## Steps to Reproduce 1. open https://platejs.org/docs/basic-marks 2....

bug
plugin:code-block