-
#### Do you want to request a _feature_ or report a _bug_?
Bug
#### What's the current behavior?
Unable to override **editor.insertNode** and **editor.insertFragment**
```
const MyEditor = …
-
## Motivation
Many colleges use Slate to help them gather information about their prospective students using embedded RFI Forms.
### Is your feature request related to a problem? Please describe.
…
-
Just set up my editor with slate-mentions and I got this error. I looked in node_modules and saw that lib/Portal.js does not even exist after installation.
```
ERROR in ./~/slate-mentions/dist/ind…
-
#### Do you want to request a _feature_ or report a _bug_?
Bug
#### What's the current behavior?
This following procedure causes the editor to throw `Error: Cannot apply an incomplete…
kWh61 updated
3 years ago
-
This module's objective fits exactly what I'm trying to do, but I can't get it to work! it does not produce any errors, but when I type (c) in the editor nothing happens.
I installed it with
**np…
-
#### maybe bug
Slate: 0.57.1
I created test, which failed:
```
/** @jsx jsx */
import { Transforms } from 'slate'
import { jsx } from '../../..'
export const run = editor => {
Transf…
-
#### Do you want to request a _feature_ or report a _bug_?
Report a bug
#### What's the current behavior?
When the slate editor is rendered normally (into the same document) and the user make…
-
#### Do you want to request a _feature_ or report a _bug_?
Bug 🐛
#### What's the current behavior?
If I have a state which should update for each `onChange()` call on the editor, the `onChang…
-
Filed under _Bigger Fish To Fry But_:
Working on the copy-paste issues, it occurred to me that in a world dominated by Slate-based rich text editors, it would pose a problem to copy and paste betwe…
-
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…