From c9f98525b2b3b7ee9bc9cd35166198176846226e Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 10 Jan 2018 22:22:52 -0800 Subject: [PATCH] remove editors section from plugins docs --- docs/general/plugins.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/general/plugins.md b/docs/general/plugins.md index 88f2bce3c..1db91fca7 100644 --- a/docs/general/plugins.md +++ b/docs/general/plugins.md @@ -56,12 +56,3 @@ Useful utilities when working with Slate documents and components. |[`slate-hyperprint`](https://yarnpkg.com/en/package/slate-hyperprint)|Prints Slate documents in their `slate-hyperscript` format.|![](https://img.shields.io/npm/dm/slate-hyperprint.svg?maxAge=3600&label=⬇)| |[`slate-hyperscript`](https://yarnpkg.com/en/package/slate-hyperscript)|Allows you to express Slate documents in JSX.|![](https://img.shields.io/npm/dm/slate-hyperscript.svg?maxAge=3600&label=⬇)| |[`slate-prop-types`](https://yarnpkg.com/en/package/slate-prop-types)|A set of prop types to use in your Slate components.|![](https://img.shields.io/npm/dm/slate-prop-types.svg?maxAge=3600&label=⬇)| - - -### Editors - -Full-feature editors for Slate, in case you need a drop-in one. - -|**Plugin**|**Description**|**Downloads**| -|---|---|---| -|[`slate-hyperprint`](https://yarnpkg.com/en/package/slate-hyperprint)|Prints Slate documents in their `slate-hyperscript` format.|![](https://img.shields.io/npm/dm/slate-hyperprint.svg?maxAge=3600&label=⬇)|