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
- Host: GitHub
- URL: https://github.com/kit/slate-plugins
- Owner: Kit
- License: mit
- Created: 2019-01-29T13:30:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T08:21:10.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T14:59:38.211Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://convertkit-slate-plugins.netlify.com/
- Size: 979 KB
- Stars: 51
- Watchers: 5
- Forks: 22
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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._

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
```