Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianstormtaylor/slate-plugins
A set of my personal Slate editor plugins, in a monorepo.
https://github.com/ianstormtaylor/slate-plugins
editor javascript plugins react rich-text slate slate-plugin text-editor
Last synced: 6 days ago
JSON representation
A set of my personal Slate editor plugins, in a monorepo.
- Host: GitHub
- URL: https://github.com/ianstormtaylor/slate-plugins
- Owner: ianstormtaylor
- License: other
- Created: 2017-09-13T17:13:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T01:08:30.000Z (about 2 years ago)
- Last Synced: 2024-10-30T03:37:22.728Z (3 months ago)
- Topics: editor, javascript, plugins, react, rich-text, slate, slate-plugin, text-editor
- Language: JavaScript
- Homepage: https://slate-plugins.netlify.com
- Size: 15.2 MB
- Stars: 247
- Watchers: 10
- Forks: 68
- Open Issues: 40
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- Contributing: Contributing.md
- License: License.md
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://slate-plugins.netlify.com/) 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).