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

update readme

This commit is contained in:
Ian Storm Taylor
2016-07-29 09:01:01 -07:00
parent 9f9682e98c
commit 4b712f1567

View File

@@ -99,7 +99,7 @@ Slate encourages you to write small, reusable modules. Check out the public ones
- [`slate-paste-linkify`](https://github.com/ianstormtaylor/slate-paste-linkify) wraps the selected text in a link when a URL is pasted from the clipboard. - [`slate-paste-linkify`](https://github.com/ianstormtaylor/slate-paste-linkify) wraps the selected text in a link when a URL is pasted from the clipboard.
- [`slate-prism`](https://github.com/SamyPesse/slate-prism) highlights code blocks with [Prism.js](http://prismjs.com/)! - [`slate-prism`](https://github.com/SamyPesse/slate-prism) highlights code blocks with [Prism.js](http://prismjs.com/)!
- [`slate-soft-break`](https://github.com/ianstormtaylor/slate-soft-break) adds a soft break when `enter` is pressed. - [`slate-soft-break`](https://github.com/ianstormtaylor/slate-soft-break) adds a soft break when `enter` is pressed.
- [**View all plugins...**](https://github.com/ianstormtaylor/slate/wiki) - [**View all plugins on `npm`...**](https://www.npmjs.com/browse/keyword/slate)
<br/> <br/>
### Documentation ### Documentation