1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 13:41:19 +02:00

add plugins list to docs

This commit is contained in:
Ian Storm Taylor
2016-07-12 15:53:15 -07:00
parent 34f7b5b4de
commit 78a3c02881

22
docs/plugins/Readme.md Normal file
View File

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