Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim authored Jul 8, 2020
1 parent ea2c268 commit 3eeb9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An alternative text editor for Volto, capable of completely replacing the defaul
Some of the main reasons that drove us to create volto-slate:

- Volto's draftjs implementation depends on draft-js-plugins, a third-party project that introduces its own set of bugs and maintanance issues
- Slate has a modern api that makes plugins extremely easy to do. Getting the editor in a plugin is as easy as `useSlate()`, overriding core functionality is something that's built in as pluggable, directly in Slate.
- Slate has a modern api that makes plugins extremely easy to do. Getting the editor in a plugin is as easy as `const editor = useSlate()`, overriding core functionality is something that's built in as pluggable, directly in Slate.
- Volto dependends on redraft for final output, which introduces its own bugs and issues. While it is nice to have view-mode components, this is something that volto-slate implements as well
- Because Slate's internal storage uses a tree modeled on the DOM pattern, its final rendered output is very clean

Expand Down

0 comments on commit 3eeb9f8

Please sign in to comment.