sundjly / syllepsis

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Other


Languages

Language:TypeScript 94.6%Language:CSS 3.8%Language:JavaScript 1.3%Language:HTML 0.2%Language:Handlebars 0.2%