plate
plate copied to clipboard
A rich-text editor powered by AI
**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...
**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...
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...
**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...
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...
**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...
**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....
When pasting ``` - 1 - 2 - 3 ``` Expected: ul > li + li + li Actual value: ul + li + li But when pasting: ``` something...
**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....
**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...