-
I'm not sure if it is only for Korean, the current editor doesn't work well with Korean. Whenever typing characters, it omits some words. More details here: https://github.com/ianstormtaylor/slate/iss…
-
# Problem
The rich text editor needs to use transforms in slate package more directly so that the editor does the right thing when formatting text.
# How to reproduce
6. Selected the word Test.
7.…
-
**Description**
Only in ios safari when i type some content in the editor and **HOLD** backspace button to remove the content and then i write again i get "Cannot resolve a Slate point from DOM point…
-
Going to new line is broken on ordered and numbered lists (as well as nested lists).
There are numbered list, clicking enter should add number in new line as well. Instead an empty space is added.
…
-
### Description
While developing custom themes, I found that the current implementation ties background colors of side panels to `var(--slate-1)`, which limits flexibility in customization. To offer …
-
## Description
When calling serializeHtml (from @udecode/plate-serializer-html), output will strip with color
## Steps to Reproduce
```javascript
it.only('serialize nested with color', ()…
-
**Description**
When using Slate and Slate-react along with [Katex](https://katex.org/) library —to render math within blocks—, the whole editor breaks when cursor reachs the rendered formula, throwi…
-
**Description**
From the example (which isn't in TS, but I am doing my best to translate as I follow along), using match seemed to work with custom types. This is my code for toggling Custom Formatti…
-
The slate JS editor has a plugin to provide autocomplete suggestions, for things like `@name` and `#hashtag`
-
The `Slate` component currently requires _both_ an `editor` and an `initialValue`, the latter of which is then pushed into the editor instance.
However, it's easy for me to pre-construct an editor …