0.0.26 • Published 1 year ago

@kukejs/kkeditor-build-mathml v0.0.26

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

@kukejs/kkeditor-build-mathml

自定义构建编辑器的包

集成富文本的基础插件和公式插件的预定义编辑器

本地调试

// 执行一个脚本
lerna exec --scope @kukejs/kkeditor-build-mathml -- yarn run start
或
// 执行 npm 命令
lerna run --scope @kukejs/kkeditor-build-mathml start

使用方式

// 引入编辑器
import CustomEditor from ‘@kukejs/kkeditor-build-mathml

const { ClassicEditorMathML } = CustomEditor

// 创建编辑器在 plugins 中引入插件
ClassicEditorAll
    .create( document.querySelector( '#editor' )
    .then( editor => {
			window.editor = editor;
		})
		.catch( error => {
		});

// 链接引入
<script src="https://kuke-utils.kuke99.com/common/js/ckeditor/35.2.0/mathml/ckeditor.js" defer></script>

const { ClassicEditorMathML } = CustomEditor
// ...
0.0.25

1 year ago

0.0.26

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago