-
This is more of an idea, and maybe a bit longer-term, since I think keeping focused on React-only for now is best. But just thinking about if Slate were to be architected in a way that makes it possib…
-
### 🍆 Description
- 지문 작성 페이지에서는 에디터와 사용자가 입력한 텍스트 및 HTML을 수식으로 실시간 렌더링하기 위한 라이브러리가 필요합니다.
### 🥔 To do
- 다양한 후보 라이브러리를 찾아보고, 어떤 것이 우리 서비스에 더 적합할지 고민해봅시다.
-
### Describe the bug
I am using create react app and encountering the above error: Module not found: Error: Can't resolve '@/lib/utils'
The above doesn't happen if I write the following "../../lib…
-
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…
-
**Problem**
Slate was recently changed to be an uncontrolled component. this leads to massive problems for integrators of slate as uncontrolled components are not predictable because they have an i…
-
**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…
-
#### Do you want to request a *feature* or report a *bug*?
Feature.
The proposed idea is to dynamically render content within slate. This means that slate would only render visible blocks and not…
-
### Description
I'm monitoring the editor comments state with:
```
const comments = editor.useOption(CommentsPlugin, "comments")
```
This is triggering fine when adding or updating comments and…
-
**Problem**
I want to use Slate without React (vanilla-js) so I can integrate it in my framework of choice.
**Solution**
We are not using React and do not want to carry its weight just to use S…
-
**Description**
Hi! After updating to v0.62, I noticed, that the editors min-height doesn't fit to my configured styling. I think this is because of the `style="min-height: 28px"` in the `Editable` c…