All Projects → bytedance → syllepsis

bytedance / syllepsis

Licence: other
Syllepsis is an out-of-the-box rich text editor.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].