mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-09 16:56:36 +02:00
fix example links in Readme (#745)
This commit is contained in:
@@ -71,15 +71,15 @@ Check out the [**live demo**](http://slatejs.org) of all of the examples!
|
|||||||
|
|
||||||
To get a sense for how you might use Slate, check out a few of the examples:
|
To get a sense for how you might use Slate, check out a few of the examples:
|
||||||
|
|
||||||
- [**Plain text**](https://github.com/ianstormtaylor/slate/examples/plain-text) — showing the most basic case: a glorified `<textarea>`.
|
- [**Plain text**](https://github.com/ianstormtaylor/slate/tree/master/examples/plain-text) — showing the most basic case: a glorified `<textarea>`.
|
||||||
- [**Rich text**](https://github.com/ianstormtaylor/slate/examples/rich-text) — showing the features you'd expect from a basic editor.
|
- [**Rich text**](https://github.com/ianstormtaylor/slate/tree/master/examples/rich-text) — showing the features you'd expect from a basic editor.
|
||||||
- [**Auto-markdown**](https://github.com/ianstormtaylor/slate/examples/auto-markdown) — showing how to add key handlers for Markdown-like shortcuts.
|
- [**Auto-markdown**](https://github.com/ianstormtaylor/slate/tree/master/examples/auto-markdown) — showing how to add key handlers for Markdown-like shortcuts.
|
||||||
- [**Links**](https://github.com/ianstormtaylor/slate/examples/links) — showing how wrap text in inline nodes with associated data.
|
- [**Links**](https://github.com/ianstormtaylor/slate/tree/master/examples/links) — showing how wrap text in inline nodes with associated data.
|
||||||
- [**Images**](https://github.com/ianstormtaylor/slate/examples/images) — showing how to use void (text-less) nodes to add images.
|
- [**Images**](https://github.com/ianstormtaylor/slate/tree/master/examples/images) — showing how to use void (text-less) nodes to add images.
|
||||||
- [**Hovering menu**](https://github.com/ianstormtaylor/slate/examples/hovering-menu) — showing how a contextual hovering menu can be implemented.
|
- [**Hovering menu**](https://github.com/ianstormtaylor/slate/tree/master/examples/hovering-menu) — showing how a contextual hovering menu can be implemented.
|
||||||
- [**Tables**](https://github.com/ianstormtaylor/slate/examples/tables) — showing how to nest blocks to render more advanced components.
|
- [**Tables**](https://github.com/ianstormtaylor/slate/tree/master/examples/tables) — showing how to nest blocks to render more advanced components.
|
||||||
- [**Paste HTML**](https://github.com/ianstormtaylor/slate/examples/paste-html) — showing how to use an HTML serializer to handle pasted HTML.
|
- [**Paste HTML**](https://github.com/ianstormtaylor/slate/tree/master/examples/paste-html) — showing how to use an HTML serializer to handle pasted HTML.
|
||||||
- [**Code Highlighting**](https://github.com/ianstormtaylor/slate/examples/code-highlighting) — showing how to use decorators to dynamically mark text.
|
- [**Code Highlighting**](https://github.com/ianstormtaylor/slate/tree/master/examples/code-highlighting) — showing how to use decorators to dynamically mark text.
|
||||||
|
|
||||||
If you have an idea for an example that shows a common use case, pull request it!
|
If you have an idea for an example that shows a common use case, pull request it!
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user