Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g770728y/react-richeditor-skeleton
仿知乎的富文本编辑器, 基于slate
https://github.com/g770728y/react-richeditor-skeleton
Last synced: 3 days ago
JSON representation
仿知乎的富文本编辑器, 基于slate
- Host: GitHub
- URL: https://github.com/g770728y/react-richeditor-skeleton
- Owner: g770728y
- Created: 2018-12-17T09:41:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T13:26:56.000Z (almost 6 years ago)
- Last Synced: 2024-04-24T17:41:44.281Z (9 months ago)
- Language: TypeScript
- Homepage: https://g770728y.github.io/react-richeditor-skeleton
- Size: 3.4 MB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-richeditor-skeleton
## 介绍
一款仿知乎的富文本编辑器\
本意是希望做成 skeleton, ui 完全由调用方式控制\
但由于项目紧张, 目前全部组件都实现在编辑器内部, 只是架构上实现了: `Mention(也就是@他人)` 组件由外部提供, 相当于一个尝试\
内部实现上, 完全采用 `plugin` 机制, 加载一个`BoldPlugin`, 全部跟**加粗**相关的快捷键 / 图标 等功能 自动挂载.## Install
```bash
npm install --save react-richeditor-skeleton
```## Usage
请参见 example 目录.
## License
MIT © [g770728y](https://github.com/g770728y)