Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dmitrizzle/slate-plugins-legacy

A maintained legacy (for v0.34.3) fork of Slate.js Plugins
https://github.com/dmitrizzle/slate-plugins-legacy

Last synced: about 2 months ago
JSON representation

A maintained legacy (for v0.34.3) fork of Slate.js Plugins

Awesome Lists containing this project

README

        

This repository contains a few of [my](https://github.com/ianstormtaylor) Slate plugins in a single monorepo to keep them easier to develop.


### Plugins

- [`slate-auto-replace`](./packages/slate-auto-replace)
- [`slate-collapse-on-escape`](./packages/slate-collapse-on-escape)
- [`slate-drop-or-paste-images`](./packages/slate-drop-or-paste-images)
- [`slate-paste-linkify`](./packages/slate-paste-linkify)
- [`slate-soft-break`](./packages/slate-soft-break)

_Note: this is not an "official" set of plugins, just ones that I've happened to need and have made. If you have an idea for a plugin, don't pull request it here, you should keep them in your own repos. (Feel free to use this monorepo as a template for your own!)_


### Demo

Check out the [**live demo**](https://ianstormtaylor.github.io/slate-plugins) of each of the plugins!


### Contributing!

All contributions are super welcome! Check out the [Contributing instructions](./Contributing.md) for more info!

These plugins are [MIT-licensed](./License.md).