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

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

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).

[![GitHub](https://img.shields.io/github/license/lingjieee/fantasy-editor)](LICENSE)
[![npm](https://img.shields.io/npm/v/fantasy-editor)](https://www.npmjs.com/package/fantasy-editor)
[![npm](https://img.shields.io/npm/dm/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
```