From 48f198b210d9a3c56800c2c3619783cfeaba9e41 Mon Sep 17 00:00:00 2001 From: Francesco Agnoletto Date: Sun, 14 Jan 2018 00:40:46 +0100 Subject: [PATCH] Remove deprecated plugin (#1530) From https://github.com/withspectrum/slate-mentions WE'VE SWITCHED TO DRAFT.JS, SO THIS REPO IS NO LONGER MAINTAINED! Last version was released 8 months ago && was just a beta, not production ready. --- docs/general/plugins.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/general/plugins.md b/docs/general/plugins.md index 1db91fca7..49fe62bd9 100644 --- a/docs/general/plugins.md +++ b/docs/general/plugins.md @@ -18,7 +18,6 @@ Plugins that add specific behaviors to your editor. |[`slate-edit-footnote`](https://yarnpkg.com/en/package/slate-edit-footnote)|Adds footnote editing behaviors to an editor.|![](https://img.shields.io/npm/dm/slate-edit-footnote.svg?maxAge=3600&label=⬇)| |[`slate-edit-list`](https://yarnpkg.com/en/package/slate-edit-list)|Adds list editing behaviors to an editor.|![](https://img.shields.io/npm/dm/slate-edit-list.svg?maxAge=3600&label=⬇)| |[`slate-edit-table`](https://yarnpkg.com/en/package/slate-edit-table)|Adds common table editing behaviors to an editor.|![](https://img.shields.io/npm/dm/slate-edit-table.svg?maxAge=3600&label=⬇)| -|[`slate-mentions`](https://yarnpkg.com/en/package/slate-mentions)|Adds mentions like Facebook's to an editor.|![](https://img.shields.io/npm/dm/slate-mentions.svg?maxAge=3600&label=⬇)| |[`slate-no-empty`](https://yarnpkg.com/en/package/slate-no-empty)|Prevents documents from being empty.|![](https://img.shields.io/npm/dm/slate-no-empty.svg?maxAge=3600&label=⬇)| |[`slate-paste-linkify`](https://yarnpkg.com/en/package/slate-paste-linkify)|Automatically linkify URLs when they are pasted.|![](https://img.shields.io/npm/dm/slate-paste-linkify.svg?maxAge=3600&label=⬇)| |[`slate-soft-break`](https://yarnpkg.com/en/package/slate-soft-break)|Adds soft breaks when users hit enter.|![](https://img.shields.io/npm/dm/slate-soft-break.svg?maxAge=3600&label=⬇)|