Skip to content

Commit

Permalink
docs: example of new extension library
Browse files Browse the repository at this point in the history
  • Loading branch information
imzbf committed Oct 17, 2023
1 parent 2f7ccf3 commit f19f4f6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,16 @@ vue3 环境的 Markdown 编辑器,使用 `jsx` 和 `typescript` 语法开发
yarn add md-editor-v3
```

使用语言、预览主题扩展库:
使用已存在的语言、主题扩展,例如:日语

```shell
yarn add @vavt/md-editor-extension
yarn add @vavt/cm-extension
```

使用更多的扩展工具栏组件,例如:导出内容为 PDF

```shell
yarn add @vavt/v3-extension
```

更多使用及贡献方式参考:[md-editor-extension](https://github.com/imzbf/md-editor-extension)
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,16 @@ Markdown editor for vue3, developed in `jsx` and `typescript`.
yarn add md-editor-v3
```

Install existing extension of language and theme of preview:
Use existing extension of language and theme, such as Japanese

```shell
yarn add @vavt/md-editor-extension
yarn add @vavt/cm-extension
```

Use existing components of toolbar, such as exporting content as PDF

```shell
yarn add @vavt/v3-extension
```

For more ways to use or contribute, please refer to: [md-editor-extension](https://github.com/imzbf/md-editor-extension)
Expand Down

0 comments on commit f19f4f6

Please sign in to comment.