1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 10:29:48 +02:00

move plugins list to wiki

This commit is contained in:
Ian Storm Taylor
2016-07-12 16:38:54 -07:00
parent 05099461c6
commit 286a20615b

View File

@@ -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!_