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

update readme

This commit is contained in:
Ian Storm Taylor
2016-06-28 14:43:35 -07:00
parent 24f0044c5d
commit a9065e3ddc

View File

@@ -30,11 +30,11 @@ _Slate is currently in **beta**, while work is being done on: cross-browser supp
To get a sense for how you might use Slate, check out a few of the examples:
- [Plain Text](examples/plain-text), showing the most basic case: a glorified `<textarea>`.
- [Rich Text](examples/rich-text), showing the features you'd expect from a basic editor.
- [Auto-markdown](examples/auto-markdown), showing how to add key handlers for Markdown-like shortcuts.
- [Links](examples/links), showing how wrap text in inline nodes with associated data.
- [Tables](examples/tables), showing how to nest blocks to render more advanced components.
- [Plain text](examples/plain-text) showing the most basic case: a glorified `<textarea>`.
- [Rich text](examples/rich-text) showing the features you'd expect from a basic editor.
- [Auto-markdown](examples/auto-markdown) showing how to add key handlers for Markdown-like shortcuts.
- [Links](examples/links) showing how wrap text in inline nodes with associated data.
- [Tables](examples/tables) showing how to nest blocks to render more advanced components.
## Documentation