JSPM

@textbus/core

2.0.0-alpha.78
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 272
  • Score
    100M100P100Q109670F
  • License GPL-3.0-only

Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.

Package Exports

  • @textbus/core
  • @textbus/core/bundles/public-api.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 (@textbus/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Textbus

Textbus 是一套用于构建富交互的富文本编辑框架。和大多数富文本编辑器不同的是,Textbus 以组件为核心,格式为辅助,并大幅简化了富文本编辑器开发中常见 API,且提供了更高的抽象层,使 Textbus 不仅易于上手,同时还能驱动复杂的富文本应用。

本项目为 Textbus 核心实现,提供了跨平台富文本编辑器的基础架构,包括组件、格式、内容及数据驱动架构设计等功能。

Textbus core 模块并不能直接创建一个富文本编辑器,还需要实现具体平台的桥接接口才可以真正搭建一个富文本编辑器。幸运的是,Textbus 目前开发了

  • browser 模块 —— PC 端富文本编辑器中间层
  • editor 模块 —— PC 端富文本编辑器
  • collaborate 模块 —— 协作编辑支持模块

文档

更多文档请参考:中文文档