JSPM

  • Created
  • Published
  • Downloads 23284
  • Score
    100M100P100Q192044F
  • License MIT

wangEditor core

Package Exports

  • @wangeditor/core
  • @wangeditor/core/dist/index.esm.js
  • @wangeditor/core/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wangeditor/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

wangEditor core

wangEditor 核心模块,代码量大,复杂度高。

主要依赖

主要实现了

  • 编辑区域 view ( model -> vdom -> DOM )和 selection
  • menu + toolbar + hoverbar ,以及各种形式的菜单
  • module 注册机制,以扩展第三方菜单、渲染逻辑、插件等

可以用来

  • 注册第三方 module 扩展功能,可参考 packages/editor 中注册各个 module 的代码
  • 创建编辑器,并提供必要的 API 和事件