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** The checkbox of a todo list element should be disabled when the slate editor is readonly. **Expectation** This can be fixed by changing with the following in the file...

bug
plugin:todo-list

**Description** Hello everyone, I'm new in `Plate` and `Slate`. I need some help!. I try to create text editor for submitting a review with basic mark, basic element and list...

bug
help wanted
plugin:list

Triple click on a list item and drag the same to another position in the same list. It adds another element in the list and the position from where it...

bug
plugin:list-classic

**Description** A `table` element has a `colgroup` filled with `col` elements which describe how wide each column is. When a column is deleted using the `deleteColumn` function, the number of...

bug
plugin:table

If the `addColumn` function is called on a table, the memoized column index means there are now two columns with the same index. This means resizing breaks as there are...

bug
plugin:table
has workaround

**Description** The issue is being unable to edit some elements on mobile, in this example it's mainly header elements, but I think the real issue is some different in the...

bug
slate

**Description** Typing in the plate editor with Gboard on Android produces pretty inconsistent results. A large portion of key presses end up not getting registered despite the keyboard giving feedback....

bug
help wanted
mobile

When pasting ``` - 1 - 2 - 3 ``` Expected: ul > li + li + li Actual value: ul + li + li But when pasting: ``` something...

bug
help wanted
plugin:deserializer-md

**Description** Can't use any non ascii hotkey **Sandbox** [Example sandbox](https://codesandbox.io/s/slate-plugins-playground-v1-forked-1f6pj?file=/index.tsx) I added many hotkeys to MARK_BOLD mod+e and mod+b works. mod+é and mod+! doesn't work I tried "mod+2", it works....

bug
help wanted
plugin:hotkey

**Description** I'm trying to achieve the results in the table below using autoformat but I'm only able to get the first one. If I put any spaces in my markup...

bug
help wanted
plugin:autoformat