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

add readme

This commit is contained in:
Ian Storm Taylor
2016-06-28 08:42:38 -07:00
parent 8213573fb5
commit e004abb4cf

View File

@@ -0,0 +1,21 @@
# Slate
Slate is a
## Principles
- Build around a nested, recursive tree model just like the DOM, so that complex schemas are possible.
- Make plugins a first-class consideration, so that almost all the logic is customizable.
- Don't bake any opinions about data types and schema into the core library.
## Examples
To get a sense for how Slate works, check out a few of the examples:
- Rich Text
- Plain Text
- Auto-markdown
- Links
- Tables