-
**Description**
it refer https://docs.slatejs.org/api/transforms#transforms.setnodes-editor-editor-props-partial-less-than-node-greater-than-options
```
Transforms.setNodes(editor: Editor, pro…
-
**Description**
I used Safari on my iPhone to open the example(https://www.slatejs.org/examples/richtext) provided by Slate, and found that I could not input Chinese. The following is the error I got…
-
**Problem**
It looks to me like the only reason [`findPath`](https://github.com/ianstormtaylor/slate/blob/a9a7040583ffe6a5ddf623acbaa91dee8fc76904/packages/slate-react/src/plugin/react-editor.ts#L382…
-
## 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 b…
-
@pierssinclairssw @adamcogan @bradystroud
Hi,
As per my conversation with @pierssinclairssw @adamcogan, there are numerous issues with Netlify CMS that seem to be linked to the Slate rich text …
-
Manually setting the value in the editor does not update.
Is there any other way for me to manually change the value and update it?
`
```jsx
import { useState } from 'react';
import { Slate, Edit…
-
Great work so far
Living Issue so I'll update it as I think about it
Priority in order
* hovering-toolbar
* mentions
* scroll-into-view
* search-highlighting
* forced-layout
* markdown-sho…
-
https://github.com/ianstormtaylor/slate/blob/c8236ee112969fcab70ff4f159e1e4a18084ca6b/packages/slate/src/interfaces/transforms/node.ts#L85-L96
If we have only one key in `props` then real type is `…
-
#### Do you want to request a _feature_ or report a _bug_?
Bug
#### What's the current behavior?
I have a component that contains a slate editor and another input object which has its own state…
-
**Description**
When using `ReactEditor.focus` after inserting a new Node via `Transforms.insertNodes`, the mouse cursor is not placed at the expected location.
**Recording**
Focusing works in `s…