Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmitrizzle/slate-plugins-legacy
- Owner: dmitrizzle
- License: other
- Created: 2020-01-21T00:39:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T01:56:47.000Z (over 1 year ago)
- Last Synced: 2024-05-27T12:13:07.132Z (8 months ago)
- Language: JavaScript
- Size: 2.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
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://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).