diff --git a/docs/plugins/Readme.md b/docs/plugins/Readme.md deleted file mode 100644 index 8edb0dad8..000000000 --- a/docs/plugins/Readme.md +++ /dev/null @@ -1,26 +0,0 @@ - -Here's a list of known plugins for Slate. If you write your own plugin, pull request it in here! - -- [Plugins](#plugins) -- [Serializers](#serializers) -- [Utils](#utils) - - -## Plugins - -Name | Downloads ----- | --------- -[`slate-auto-replace-text`](https://github.com/ianstormtaylor/slate-auto-replace-text) automatically replaces a string of text with another when typed. | ![](https://img.shields.io/npm/dm/slate-auto-replace-text.svg) - - -## Serializers - -Name | Downloads ----- | --------- -[`slate-html`](https://github.com/ianstormtaylor/slate-html) is a customizable HTML serializer. | ![](https://img.shields.io/npm/dm/slate-auto-replace-text.svg) -[`slate-paste-html`](https://github.com/ianstormtaylor/slate-paste) is an HTML serializer for pasting content from other websites with high accuracy. | ![](https://img.shields.io/npm/dm/slate-auto-replace-text.svg) - - -## Utils - -_There are no public utils yet, add one you've made!_