1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 20:40:19 +02:00

update plugins reference links

This commit is contained in:
Ian Storm Taylor
2018-01-10 22:21:10 -08:00
parent a5c0f668ca
commit 9f358d1d29
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ Slate encourages you to write small, reusable modules. Check out the public ones
- [`slate-prism`](https://github.com/GitbookIO/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-drop-or-paste-images`](https://github.com/ianstormtaylor/slate-drop-or-paste-images) lets users drop or paste images to insert them!
- [**See all the plugins...**](https://yarnpkg.com/en/packages?q=slate)
- [**See all the plugins...**](https://github.com/ianstormtaylor/slate/blob/master/docs/general/plugins.md)
<br/>

View File

@@ -93,7 +93,7 @@ Slate encourages you to write small, reusable modules. Check out the public ones
- [`slate-prism`](https://github.com/GitbookIO/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-drop-or-paste-images`](https://github.com/ianstormtaylor/slate-drop-or-paste-images) lets users drop or paste images to insert them!
- [**View all plugins on `npm`...**](https://www.npmjs.com/browse/keyword/slate)
- [**View all plugins...**](https://github.com/ianstormtaylor/slate/blob/master/docs/general/plugins.md)
## Documentation