mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-20 06:01:24 +02:00
add readme
This commit is contained in:
21
Readme.md
21
Readme.md
@@ -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
|
||||
|
Reference in New Issue
Block a user