# @blocklet/editor

Rich editor powered by lexical.

## Install

```
yarn add @blocklet/editor
```

## Start playground for dev

```
yarn insall

cd packages/editor

yarn dev
```

## Version

If you have changed the code of this package and want to publish a new
version on npm, do the following:

```shell
# run in packages/editor
yarn bump-version
# or run in any where of workspace
yarn workspace @blocklet/editor run bump-version
```

Then modify CHANGELOG.md and add commit push changed files.
