1 Star 0 Fork 0

Bytedance Inc. / syllepsis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
lastnigtic 提交于 2021-07-19 18:49 . initial commit

Syllepsis

workflow test

简体中文 | English

Introduction

Syllepsis is an out-of-the-box rich text editor compatible with mainstream modern browsers.We re-encapsulate Prosemirror to provide more concise APIs, a large number of basic plugins and custom plugins to simplify the customization of editors.

Features

  • Ready to go: support quick access to React. To use Syllepsis is as simple as other common components.
  • A large number of basic plugins: we provide a large number of regular plugins that you can choose on demand, plug and play without additional development costs.
  • Scalability: Simpler plugin encapsulation and API make it easy to customize business plugins for developers.
  • Other features: we have accumulated a lot of engineering practice and optimization skills in the framework. Please visit the official website for more information.

Document

For more details, please refer to official document

Quick start

  1. Installation
  npm install @syllepsis/access-react
  1. Use
import { SylEditor } from '@syllepsis/access-react';

export default function App() {
  return <SylEditor />;
}

Contact us

If you find any bugs, have questions about documents, or have other ideas, you can leave us a message in Github Issue, and we will communicate with you as soon as possible.

License

This project is licensed under the terms of the MIT license.

1
https://gitee.com/ByteDance/syllepsis.git
git@gitee.com:ByteDance/syllepsis.git
ByteDance
syllepsis
syllepsis
master

搜索帮助