From e004abb4cf53a9d78865a8dfcba36085c4421955 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 28 Jun 2016 08:42:38 -0700 Subject: [PATCH] add readme --- Readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Readme.md b/Readme.md index e69de29bb..a0ae27eb3 100644 --- a/Readme.md +++ b/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