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** Same as with the issue #1232, trying to create a mention at the beginning of a line and before other text. **Steps** 1. Go to [Mention plugin page](https://plate.udecode.io/docs/plugins/mention) 2....

bug
plugin:mention

**Description** The tweet embed feature is great to have. At my organization, we use `plate` inside a chrome extension. After the recent changes in chrome extension's architecture because of manifest...

bug
plugin:media-embed

**Description** When there are two instance in one page, destroy the second one when it's focused will cause the toolbar of the first one to hide. Before(2 plates): After hide...

bug
toolbar

The cause is these lines: https://github.com/udecode/plate/blob/943c9c6864d034068d33d755bfc725b2bcd1196a/packages/nodes/code-block/src/decorateCodeLine.ts#L12 This will compile to an IIFE, which is a side effect that disables the tree shaking of the (nearly) entire package. ![截屏2022-08-22 13 22...

build

**Description** Take the table cell as an example: - user press arrow up in a cell - html `onDOMSelectionChange` is called, the cursor is moved like in a textarea, no...

bug
selection

**Description** When `readOnly: true` is set in `editableProps` the Plate editable does not allow editing text via keyboard. But the hyperlinks are still active, so by opening a floating link...

bug

**Description** For serializing (slate to markdown) **remark-slate** looks for the URL in `link` property ([view code](https://github.com/hanford/remark-slate/blob/c17259600c1939bd85a338f77e5a3ac8906af767/src/serialize.ts#L191)), but Plate is storing it in `url`. This is the opposite of https://github.com/udecode/plate/issues/350 How...

bug
help wanted
has workaround
plugin:serialize-md

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Approval These branches will be created by Renovate only once you click...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://togithub.com/vercel/next.js)) | [`13.4.9` -> `13.4.10`](https://renovatebot.com/diffs/npm/eslint-config-next/13.4.9/13.4.10) |...

small
waiting-for-review

**Description** Here's what we've got so far: https://github.com/udecode/plate/assets/4272090/90b6c559-a419-4d84-b012-986d28e658f8

large