-
1. Have open only the WYSIWYG Editable view of a markdown file
2. Type something then immediately hit "command (or alt)+ enter"
3. The frame splits to reveal text source input on the right. However…
-
Description: I am encountering an issue with the RichText editor (@payloadcms/richtext-slate package, version 1.5.2) while using it in a Next.js project. When trying to add a link in the editor, the m…
-
## Feature request
### Feature description
Is there any attemp to opensource the editor used in this demo?
https://www.digitalocean.com/community/markdown
### How the feature is useful…
-
We are creating a whiteboard application. The slate editor is toggled from the readOnly on double click. As the cursor does not automatically place at the end when the readOnly mode is set to false, w…
-
**Describe the bug**
Slate editor crashes randomly with `Error: Cannot resolve a DOM node from Slate node: {"text":""}`
I've managed to track this down and reproduce it on https://demo.decapcms.…
-
**Description**
I have the slate component defined as ``
When i want to recreate editor instance. Internally there is no any mechanism to update the context in order to get useSlate hook work proper…
-
Placeholder example. Touch in editor, placeholder disappears. Blur, it doesn’t return.
This seems to be an issue with zero width string showing zero length and an error being thrown when attempting…
-
Upon trying to drag and drop the text, the following error appears in the console:
`Error: Cannot resolve a Slate point from DOM point: [object HTMLDivElement],0`
Additionally, the text is not moved…
-
### 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…
-
I want to write an editor in solidjs and slate, but slate only has a Slate-React component, can I write a Slate-solid component based on Slate-React?