Skip to main content
Version: 2.0.0

Installation

First of all, you need these peer dependencies installed:

npm install slate slate-react slate-history react react-dom

Now you can choose between the following installation methods:

With all features

You can install all the packages (core, plugins) bundled together:

npm install @taze-editor/taze

With only plugins you choose

You also can install only the packages you need as listed in the following sections.

# Install core package
npm install @taze-editor/taze-core

# then install the plugins you need

npm install @taze-editor/taze-plugin-basic-marks
npm install @taze-editor/taze-plugin-search-highlight