From a17f7dcffffe9b5ed5c53a4e29146c23b2a4f3d7 Mon Sep 17 00:00:00 2001 From: Wout Mertens Date: Fri, 2 Dec 2016 14:01:37 +0100 Subject: [PATCH] Mention slate-drop-or-paste-images in plugins --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 5708c74d4..794b3e16b 100644 --- a/Readme.md +++ b/Readme.md @@ -101,6 +101,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-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-drop-or-paste-images`](https://github.com/ianstormtaylor/slate-drop-or-paste-images) handles image dropping or pasting - [**View all plugins on `npm`...**](https://www.npmjs.com/browse/keyword/slate)