@kukejs/kkeditor-preview

0.0.22 • Public • Published

@kukejs/kkeditor-preview

编辑器内容预览

本地调试

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

使用方式

// 引入内容预览的插件
import { Preview } from '@kukejs/kkeditor-preview'

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

/@kukejs/kkeditor-preview/

    Package Sidebar

    Install

    npm i @kukejs/kkeditor-preview

    Weekly Downloads

    1

    Version

    0.0.22

    License

    ISC

    Unpacked Size

    6.86 kB

    Total Files

    8

    Last publish

    Collaborators

    • xiaohengwang
    • zhaoleyuan
    • kukefe