mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-11 01:33:58 +02:00
add images, update readme
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
*.sketch
|
||||||
build.js
|
build.js
|
||||||
build.js.map
|
build.js.map
|
||||||
dist
|
dist
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
# Slate
|

|
||||||
|
|
||||||
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/).
|
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/).
|
||||||
|
|
||||||
|
BIN
support/banner.png
Normal file
BIN
support/banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
support/logo.png
Normal file
BIN
support/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
Reference in New Issue
Block a user