1.1.2 • Published 2 years ago

@wangeditor/plugin-ctrl-enter v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

wangEditor 插件 - ctrl+enter 换行

English documentation

介绍

wangEditor 中使用 ctrl+entercmd+enter 换行。

安装

yarn add @wangeditor/plugin-ctrl-enter

使用

要在创建编辑器之前注册,且只能注册一次,不可重复注册。

import { Boot } from '@wangeditor/editor'
import ctrlEnterModule from '@wangeditor/plugin-ctrl-enter'

Boot.registerModule(ctrlEnterModule)

// Then create editor and toolbar
1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago