0.0.18 • Published 2 years ago

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

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago