0.0.18 • Published 3 years ago

@kukefess/kkeditor-paste-from-office v0.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@kukefe/kkeditor-paste-from-office

修改 ckediotr5 的解析功能 支持解析 wps

修改 ckeditor5-paste-from-office 插件的部分功能,解决 wps 在拷贝粘贴时文本内容被重写成空字符的问题

本地调试

// 执行一个脚本
lerna exec --scope @kukefe/kkeditor-paste-from-office -- yarn run start
或
// 执行 npm 命令
lerna run --scope @kukefe/kkeditor-paste-from-office start

使用方式

// 引入数学公式解析
import { PasteFromOffice } from '@kukefe/kkeditor-paste-from-office'

// 创建编辑器在 plugins 中引入插件
ClassicEditor
    .create( document.querySelector( '#editor' ), {
        plugins: [ PasteFromOffice, ... ],
        toolbar: [ ... ],
0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago