-
This [stackoverflow post](https://stackoverflow.com/questions/7730695/whats-the-difference-between-disabled-disabled-and-readonly-readonly-for-ht) has a good summary of the differences between disable…
-
#### Do you want to request a _feature_ or report a _bug_?
Feature Request
Currently, the only accessibility Slate supports is the `role` prop. This works fine when the editor is a stand alone c…
-
## Description
When the string serialized by the `serializeHtml()` function contains img tags, there will be an inline style width:0 on a parent element of the tag. However, this style will cause the…
-
Hello,
Thank you for this repo
I am trying to test it and I saw this error when I want to create a new post.
```
Unhandled Runtime Error
Error: [Slate] editor is invalid! you passed:{"c…
-
I may be misunderstanding something here.
In my typescript project I've typed the value of my Slate editor as `Array` (Node type coming from Slate).
When I use `serialize`, the first argument fo…
-
Can you show example your slate with Next.js?
Markdown with Toolbar and serialize/deserializer into Markdown (or HTML) format
My sample doesn't work:
```
// @flow
import React from "react";
im…
-
**Description**
In Firefox caret position is lost if render happens right after onFocus.
Imagine you do something like ` setState(...)}` - this causes the caret to jump back to the last position …
-
**Description**
There is following blocks of code inside editor's `normalizeNode` method:
```ts
// Ensure that block and inline nodes have at least one text child.
if (Element.isElement(node) && n…
-
# 汇总
## 1. [Draft.js](https://draftjs.org/) ![NPM Downloads](https://img.shields.io/npm/dm/draft-js)
>Rich Text Editor Framework for React
二级市场:
1. [braft-editor](https://github.com/margox/braft…
-
Reproduce steps:
1. Download https://github.com/ncsoft/Unreal.js-demo.git then unzip Unreal.js-demo-master.zip
2. Open Demo.uproject using UE4.21.2.
3. Play level 'Demo' in editor then stop play.
…