From 78a3c02881d41ca381c17bfb14d95abcaba66a4b Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 12 Jul 2016 15:53:15 -0700 Subject: [PATCH] add plugins list to docs --- docs/plugins/Readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/plugins/Readme.md diff --git a/docs/plugins/Readme.md b/docs/plugins/Readme.md new file mode 100644 index 000000000..f6adc5d94 --- /dev/null +++ b/docs/plugins/Readme.md @@ -0,0 +1,22 @@ + +The best thing about Slate is its plugin system, which lets you augment your editor however you want! 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 + +- [`auto-replace-text`](https://github.com/ianstormtaylor/slate-auto-replace-text) ![](https://img.shields.io/npm/dm/slate-auto-replace-text.svg) — automatically replace a string of text with another when typed. + + +## Serializers + +- [`html`](https://github.com/ianstormtaylor/slate-html) ![](https://img.shields.io/npm/dm/slate-auto-replace-text.svg) — a customizable HTML serializer. +- [`paste`](https://github.com/ianstormtaylor/slate-paste) ![](https://img.shields.io/npm/dm/slate-auto-replace-text.svg) — an HTML serializer for pasting content from other websites with high accuracy. + + +## Utils + +_There are no public utils yet, add one you've made!_