-
**Describe the bug**
While tabbing through a page in the blocks editor, reaching a 'slate' block causes the tab key to stop functioning. This is due to slate's ability to adjust the indent of lists u…
-
Hi, I'm new to slate (know some JS, and a bit of TS), and I've been struggling to get it to behave as the regular editor I think we're all used to.
Whenever I press `enter`, say in the `rich-text` …
-
```javascript
const MyEditor = ({data, onChange}) => {
const [value, setValue] = useState(data)
const [editor] = useState(() => withReact(createEditor()))
if (ReactEditor.isComposing(edi…
-
**Problem**
At the moment, the editor itself should be a scroll container. But if the scroll container needs to be above the editor, the scrolling logic will break.
**Solution**
I suggest adding …
-
# Main question
We have started edtr.io many years ago in a time when where not many great alternatives for editor frameworks. In the meanwhile many things have changed: Editors like slate have seen …
-
### Problem
There is no way to sync changes done in the Online Code Editor or by apps into local project. As a result, it's common that developers override these changes without knowing.
### Rep…
-
**Recording**
https://user-images.githubusercontent.com/7447244/149443849-43070c95-9bee-4824-a254-9298314832c2.mp4
**Sandbox**
https://codesandbox.io/s/slate-reproductions-forked-upn6i
**Steps…
-
#### Do you want to request a _feature_ or report a _bug_?
Bug.
#### What's the current behavior?
Nesting a `contenteditable` within a Slate editor makes that editable not actually editable (…
twavv updated
2 years ago
-
**Description**
We're attempting to limit the content to a maximum length by overriding `insertText`, but as of version 0.67 Slate will continue to display characters that are typed even though they …
-
#### Do you want to request a _feature_ or report a _bug_?
bug
#### What's the current behavior?
insertText after addMark or removeMark in a React event handler, the editor will crash
![e…