1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 10:51:44 +02:00

update readme

This commit is contained in:
Ian Storm Taylor
2016-06-28 09:17:55 -07:00
parent 38d765c51e
commit fcbdf27482

View File

@@ -1,4 +1,8 @@
<table>
<tr>
<td width="600">
![Slate](support/banner.png)
Slate is a completely customizable framework for building rich text editors in the browser. You can think of it like a pluggable implementation of `contenteditable`, built with React and Immutable. Slate was inspired by libraries like [Draft.js](https://facebook.github.io/draft-js/) and [Prosemirror](http://prosemirror.net/).
@@ -25,3 +29,7 @@ To get a sense for how Slate works, check out a few of the examples:
- Auto-markdown
- Links
- Tables
</td>
</tr>
</table>