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** I create a textareaElement with editable-void-basic-elements. But, when I create more textareaElements, the elements disappeared. **Steps** 1. Input some text. 2. Click Button to create a textareaElement. 3. Click...

bug

Update Sandpack dependencies. Check the preview before merging.

**Description** If I have two editors on the page, I can independently edit hyperlinks with a floating link component. But there is a case when the behavior seems synchronized, so...

bug
plugin:link

**Description** Passing autofocus as an Editable prop results in a focus event but no cursor **Steps** 1) Use autoFocus as a prop 2) no focus **Sandbox** https://codesandbox.io/s/dbgrman-plate-playground-forked-vozips?file=/index.tsx **Expectation** Focus with...

bug
has workaround
core

**Description** https://plate.udecode.io/docs/plugins/mention The input element is removed when Chinese is entered into the `MentionInputElement` for searching. If you can give me some ideas, I am also very willing to participate...

bug
plugin:mention
ime

Starting with Version 4.0.0. I encounter the bug "It looks like there are several instances of 'styled-components' initialized in this application." If I use Version 3.5.1 or prior the bug...

bug
vendor

**Description** See changesets.

**Description** A few issues with tables ## Crashes with pasting a plate table selection into a plate table cell The [path parameters for setting the selection after inserting a table...

bug
plugin:table

**Description** It looks like Plate gets into a bad state when it’s remounted with the same id. The editor gets set to null. **Sandbox** https://codesandbox.io/s/friendly-sinoussi-3xgwx2 Clicking the remount button removes...

bug
core

**Description** In a certain rich text scenario, where `a` link is inside `ul` `li` element, the app crashes with an error: ``` Cannot get the end point in the node...

bug
plugin:link