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

When passing styles prop (active, root) to the ToolbarButton component (whether its Block, Mark and all the rest) the "active" styles don't work. **Steps** 1. Add a `` component to...

bug
toolbar

**Description** serializeHTMLFromNodes cause warnings in nextjs ```js const html = React.useMemo(() => { return serializeHTMLFromNodes(editor, { plugins, nodes: debugValue }); }, [debugValue, editor, plugins]); ``` I am getting this warning...

help wanted
has workaround
plugin:serialize-html
slate
warning

**Description** Plate hooks are broken in slate 0.80.0, logging that warning: > `The plate hooks must be used inside the component's context.` **Steps** Mount any Plate editor **Sandbox** **Expectation** It...

bug
slate
vendor

**Description** Context: https://github.com/ianstormtaylor/slate/pull/5007 **Environment** - slate: - slate-react: 0.80.0 - browser: chrome

bug
slate
core
vendor

**Description** Hello, I'm having an issue with the mention plugin. I followed the steps described in the docs, and I got the mention combobox to work. It opens when I...

bug
plugin:mention

**Description** If you try to use `serializeHtml` and `withDraggables` within the same editor, it throws an error. This is using the same code from the playground. - `Uncaught Invariant Violation:...

bug
plugin:serialize-html
plugin:dnd

**Description** Safari is known for being a bit more restrictive with copy/paste operations (e.g. don't support copy/paste with images when modifying the copy/paste buffer like we do with Slate/Plate), but...

bug
plugin:deserializer
slate
safari

**Description** After entering a mentions, the mentions retain focus and no text can be entered until the editor is clicked on with the mouse. **Steps** 1. Go to [Mention plugin...

bug
plugin:mention

**Description** We're trying to use multiple editors in a form wired in with Formik - we seem to be getting a “maximum call stack error” when we enter either a...

bug
core

**Description** Currently plate has in the dependent libraries a Security Vulnerability in node-fetch-2.6.6 Name | Severity | CVSS 3 Score | CVSS 2 Score | Date | Modified -- |...

security