plate
plate copied to clipboard
A rich-text editor powered by AI
**Description** When copying text with multiple line breaks from Gmail, notepad, etc., the first line break is lost when pasted into the editor. **Steps** 1. Go to Gmail and write...
**Description** I have a markable void. I can turn on bold, italic, and underlines no problem. However, I can't turn them off. It seems that the child text element of...
**Description** See recording: https://github.com/udecode/plate/assets/4272090/5a537414-5346-4b56-becd-ce28fc3009be **Steps** 1. Create a list with at least two bullet points - The first should be empty - The second should contain some marked and some...
**Description** Pasting images within docx content blocks event loop for 5 seconds with the following setup. **Setup** Important plugins used: ``` createDeserializeDocxPlugin(), createJuicePlugin(), createMediaEmbedPlugin(), createImagePlugin() ``` Where `ImagePlugin` is custom...
**Description** I am trying to create a plugin that injects a style to leaf nodes created by a decorator. I've copied the pattern that works for normal Slate value marks:...
**Description** When you select a cell range in a table and toggle a mark, the mark is toggled for all cells between the start and end of the selection, not...
**Description** Setting the `maxLevel` query option of `createBlockSelectionPlugin` to a value other than its default of 1 causes tables to self-destruct. E.g.: ```TS createBlockSelectionPlugin({ options: { query: { maxLevel: 2...
It appears that tabs are stripped when copying and pasting text from a `.docx` file. If this is intentional, it would be useful to have the to keep them 😔...
**Description** Pressing delete w/ the cursor at the beginning of a nested LIC (list item content) which contains multiple child elements doesn't remove the bullet. **Steps** 1. Format some of...
**Description** Deleting across list items where one of the items has a sublist results in odd behavior **Steps** https://user-images.githubusercontent.com/15849320/144148437-2c508d6b-98c7-44fe-93b5-6f2eb30f6c75.mov **Expectation** The sublist should probably be moved up to the list...