Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rs-pro/rocket-slate
A complete editor based on slatejs
https://github.com/rs-pro/rocket-slate
editor react slate-plugins slatejs wysiwy
Last synced: 16 days ago
JSON representation
A complete editor based on slatejs
- Host: GitHub
- URL: https://github.com/rs-pro/rocket-slate
- Owner: rs-pro
- License: mit
- Created: 2019-12-22T17:55:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T23:06:50.000Z (over 1 year ago)
- Last Synced: 2024-10-17T14:59:14.266Z (27 days ago)
- Topics: editor, react, slate-plugins, slatejs, wysiwy
- Language: TypeScript
- Homepage:
- Size: 1.47 MB
- Stars: 15
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RocketSlate
## Project state: pre alpha (not working)
A rich text editor based on [SlateJS](https://github.com/ianstormtaylor/slate) framework and [slate-plugin-next](https://slate-plugins-next.netlify.app/)
Supports slate 0.57 only
## In the box
- SlateJS 0.57 (no dependency on Immutable.JS)
- Fully modular and customizeable
- A complete wysiwyg with common functions and toolbar
- Text and background color
- Image, File, Video upload (simple API, golang + s3 backend example)
- Mentions with async load and examples
- Tables
- Checklists
- Code editing
- Hotkeys
- Autolink on paste
- Working undo# License / Credits
Original code in this repo:
MIT License Copyright (c) 2019-2020 glebtvUses code from slate [examples](https://github.com/ianstormtaylor/slate/tree/master/site/examples) (MIT License)
Rocket Slate Plugins:
Based on [slate-plugins-next](https://github.com/zbeyens/slate-plugins-next) (MIT license)Rocket Slate Table:
Based on [slate-deep-table](https://github.com/jasonphillips/slate-deep-table) (Apache 2.0 license)Rocket Slate Code:
Based on [slate-edit-code](https://github.com/GitbookIO/slate-edit-code) (Apache 2.0 license)Borrows some code and ideas from [slate-editor](https://github.com/nossas/slate-editor) (MIT License)
Includes icons from [google material-design-icons](https://github.com/google/material-design-icons) [Apache 2.0 license](https://github.com/google/material-design-icons/blob/master/LICENSE)
Includes icons from [https://icons8.com](https://icons8.com)