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