https://github.com/lingjieee/fantasy-editor
A React Rich Text Editor Based On Slate
https://github.com/lingjieee/fantasy-editor
editor react slate wysiwyg
Last synced: 4 months ago
JSON representation
A React Rich Text Editor Based On Slate
- Host: GitHub
- URL: https://github.com/lingjieee/fantasy-editor
- Owner: lingjieee
- License: mit
- Created: 2020-05-10T09:45:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:07:53.000Z (over 3 years ago)
- Last Synced: 2025-07-07T19:02:13.529Z (about 1 year ago)
- Topics: editor, react, slate, wysiwyg
- Language: TypeScript
- Homepage: https://fantasy-editor.jieee.dev/
- Size: 7.79 MB
- Stars: 28
- Watchers: 2
- Forks: 10
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English | [简体中文](README.zh-CN.md)
Fantasy Editor
A Rich Text Editor Based On [Slate](https://github.com/ianstormtaylor/slate) and [React](https://github.com/facebook/react).
[](LICENSE)
[](https://www.npmjs.com/package/fantasy-editor)
[](https://www.npmjs.com/package/fantasy-editor)
## Installation
### npm
```bash | pure
npm install fantasy-editor --save
```
## Examples
```bash | pure
# Clone the repository
$ git clone https://github.com/lingjieee/fantasy-editor.git
# Change directory
$ cd fantasy-editor
# Install dependencies
$ yarn install
# Run examples
$ yarn start
```