-
## bug 描述
使用官网提供的editor.insertNode(node)和setHtml,dangerouslyInsertHtml方法增加内容,加粗效果均不显示 h3标签也不生效
## 你预期的样子是?
strong h3能渲染出加粗效果
## 系统和浏览器及版本号
- 操作系统 win11
- 浏览器和版本 Google 129.0.6668.101
…
-
**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…
-
### Description
I Follow [the doc](https://platejs.org/docs/html#slate---react---html) and create a basic editor. Calling htmlReact.serialize causes a error: Cannot resolve a DOM point from Slate po…
-
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 `…
-
### Problem
Pulled down existing site from Shopify. Migrated theme to Slate build.
Was using `slate watch` to run dev instance of theme.
Updated node to latest `v11.0.0` and now `slate` comma…
-
**node-slate**
A fork of a dead project that is a node implementation of Slate.
https://github.com/center-key/node-slate
**whiteboard**
A project closing in on a thousand stars that is a node im…
-
**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
When calling serializeHtml (from @udecode/plate-serializer-html), output will strip with color
## Steps to Reproduce
```javascript
it.only('serialize nested with color', ()…
-
If you find a security vulnerability, do NOT open an issue. Email [security@sanity.io](mailto:security@sanity.io) instead.
**Describe the bug**
```
Error: Cannot resolve a DOM node from Slate n…
-
**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…