plate
plate copied to clipboard
A rich-text editor powered by AI
**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...
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...
**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...
**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...
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...
**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...
**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...
**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...