https://github.com/hocgin/editor
🎈 React Editor 语雀同款编辑器
https://github.com/hocgin/editor
editor react tiptap yuqie
Last synced: 2 months ago
JSON representation
🎈 React Editor 语雀同款编辑器
- Host: GitHub
- URL: https://github.com/hocgin/editor
- Owner: hocgin
- License: mit
- Created: 2023-04-18T10:11:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T13:26:36.000Z (about 1 year ago)
- Last Synced: 2025-03-25T10:11:44.884Z (3 months ago)
- Topics: editor, react, tiptap, yuqie
- Language: TypeScript
- Homepage: https://editor.hocg.in/
- Size: 6.21 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @hocgin/editor
> 语雀同款的文本编辑器
[](https://www.npmjs.com/package/@hocgin/editor)
## Usage
```shell
pnpm install @hocgin/editor
```## Screen
#### 全屏模式
#### 小屏模式
## Development
```bash
# install dependencies
$ pnpm install# develop library by docs demo
$ pnpm start# build library source code
$ pnpm run build
```## LICENSE
MIT