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 LinkFloatingToolbar Closed unexpectedly ## Steps to Reproduce 1. Render multiple editor ![image](https://github.com/udecode/plate/assets/28421317/e2a601c3-4592-444f-b738-b3d4e83a42cc) 2. Click Add Link button, popup will shows ![image](https://github.com/udecode/plate/assets/28421317/0a68d85b-459f-4490-adc5-42cc2d89a50a) 3. Click any area of the popup...

bug

## Description whenever I'm editing text that are next to hyperlinks, the text is duplicated. I had checked the the editor's value, but the duplicated text did not show in...

bug
plugin:link
ime

## Description When calling `serializeHtml` (from `@udecode/plate-serializer-html`), React throws an invalid hook error: ```bash Uncaught (in promise) Error: Invalid hook call. Hooks can only be called inside of the body...

bug
has workaround
plugin:serialize-html

## Description After creating the first link, the insert floating UI state persists. ## Steps to Reproduce 1. go to [platejs.org](https://platejs.org/) 2. create a new paragraph or use existing one...

bug

## Description Despite the attempts to reset the store found here https://github.com/udecode/plate/blob/main/packages/link/src/components/FloatingLink/floatingLinkStore.ts#L31 the URL edit input still has the previously edited Url in some circumstances. ## Steps to Reproduce 1....

bug

## Description After generating LinkElement you get code with `any` https://github.com/udecode/plate/blob/main/apps/www/src/registry/default/plate-ui/link-element.tsx#L22 ## Steps to Reproduce - run any command to generate a link element https://platejs.org/docs/components/link-element#installation - code has `{...(props as...

bug

## Description Hey @zbeyens thanks for you hard work. The generated **ToolbarButton** has bad typing. After toolbar generation, you will have a dustructured `value` in the https://github.com/udecode/plate/blob/main/templates/plate-playground-template/src/components/plate-ui/toolbar.tsx#L91 If your eslint...

bug

**Description** Fixes #1843 Fixes #2533 After investigating #1843 I discovered that Slate inserts an empty text node before the mention input to fulfil this normalization constraint: > 4. **Inline nodes...

small

## Description In Safari, the floating toolbar doesn't open in a visible location the first time it is opened. Clicking the link button a second time opens it in the...

bug

**Description** A plugin to pass arbitrary messages via Slate operations, for use with Yjs. **Example** ```ts const onMessage = jest.fn(); const editor = createPlateEditor({ plugins: [ createOpMessagesPlugin({ options: { onMessage,...

large