# @halo-dev/richtext-editor
The default editor for Halo, built with [Tiptap](https://tiptap.dev/) + [ProseMirror](https://prosemirror.net/).
> ⚠️ This package is not suitable for general editor use cases, as it is tightly coupled with Halo and uses some of Halo's built-in tools and shared dependencies.
> However, you can use it in Halo plugins just like you would use it in Halo itself.
## Installation
In Halo plugins:
```bash
pnpm install @halo-dev/richtext-editor
```
## Usage
```vue
```
## Requirements
- Vue 3.5.x or higher
- Halo plugin environment
## Links
- [Halo](https://github.com/halo-dev/halo)
- [Documentation](https://docs.halo.run)
- [Report Issues](https://github.com/halo-dev/halo/issues)
## License
GPL-3.0