mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-11 17:53:59 +02:00
update readme
This commit is contained in:
10
Readme.md
10
Readme.md
@@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
Slate is like a pluggable implementation of `contenteditable`, built with React and Immutable. It lets you build editors like [Medium](https://medium.com/), [Dropbox Paper](https://www.dropbox.com/paper), or [Canvas](https://usecanvas.com/). And was inspired by libraries like [Draft.js](https://facebook.github.io/draft-js/) and [Prosemirror](http://prosemirror.net/).
|
Slate is like a pluggable implementation of `contenteditable`, built with React and Immutable. It lets you build editors like [Medium](https://medium.com/), [Dropbox Paper](https://www.dropbox.com/paper), or [Canvas](https://usecanvas.com/). And was inspired by libraries like [Draft.js](https://facebook.github.io/draft-js/) and [Prosemirror](http://prosemirror.net/).
|
||||||
|
|
||||||
- [Principles](#principles)
|
- [**Principles**](#principles)
|
||||||
- [Examples](#examples)
|
- [**Examples**](#examples)
|
||||||
- Plugins
|
- **Plugins!**
|
||||||
- [Documentation](#documentation)
|
- [**Documentation**](#documentation)
|
||||||
- Contributing
|
- **Contributing**
|
||||||
|
|
||||||
_Slate is currently in **beta**, while work is being done on: cross-browser support, atomic node support, and collaboration support. It's useable now, but you might need to pull request one or two fixes for your use case._
|
_Slate is currently in **beta**, while work is being done on: cross-browser support, atomic node support, and collaboration support. It's useable now, but you might need to pull request one or two fixes for your use case._
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user