An open API service indexing awesome lists of open source software.

https://github.com/kit/slate-plugins

A collection of plugins for SlateJS, maintained by ConvertKit
https://github.com/kit/slate-plugins

Last synced: 8 months ago
JSON representation

A collection of plugins for SlateJS, maintained by ConvertKit

Awesome Lists containing this project

README

          

# ConvertKit Slate Plugins - obsoleted

_Please note that due to underlying changes to the SlateJS editor, this repo may have incompatibilities with the current Slate API. There are no plans to update these to the current version._

![](https://img.shields.io/circleci/project/github/ConvertKit/slate-plugins/master.svg?style=flat)

A collection of plugins for [SlateJS](https://docs.slatejs.org/), a customizable framework for building rich text editors.

## Plugins

### [slate-code](https://convertkit-slate-plugins.netlify.com/plugins/slate-code)

Adds code block editing behaviors to a SlateJS editor.

### [slate-keymap](https://convertkit-slate-plugins.netlify.com/plugins/slate-keymap)

A convenient way to handle keyboard events in a SlateJS editor.

### [slate-lists](https://convertkit-slate-plugins.netlify.com/plugins/slate-lists)

Adds list editing behaviors to a SlateJS editor.

## Other

### [slate-testing-library](https://convertkit-slate-plugins.netlify.com/slate-testing-library)

A library for testing SlateJS editors.

## Documentation

Documentation is built using [Docz](https://www.docz.site/) and can be found at [https://convertkit-slate-plugins.netlify.com/](https://convertkit-slate-plugins.netlify.com/).

## Development

To run Docz locally:

```
yarn
yarn bootstrap
yarn start
```