Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

rich-text-toolkit 1.11.0

Install from the command line:
Learn more about npm packages
$ npm install @cultureamp/rich-text-toolkit@1.11.0
Install via package.json:
"@cultureamp/rich-text-toolkit": "1.11.0"

About this version

Rich Text Toolkit

A collection of helpers for building a rich text editor (WYSIWYG) with ProseMirror.

If you only need basic rich text editing functions (bold, italics, lists, links)—take a look at the Kaizen Rich Text Editor, which uses these helpers to create a plug-and-play component.

Contributing

Triggering a new release

This repo uses changesets. When you want to trigger a new release, run yarn changeset add from your local terminal to generate a changeset. Commit the file that is generated, and when the PR merges, there will be another PR that is automatically created to create the release.

There is a quirk with the PR that is automatically generated at the moment where it cannot trigger the CI tasks to run. In order to run these, push an empty commit to the PR:

git checkout changeset-release/main
git commit -m "Empty commit to trigger CI tasks" --allow-empty
git push origin

You can then approve and merge the PR.

Details


Assets

  • rich-text-toolkit-1.11.0-npm.tgz

Download activity

  • Total downloads 12,229
  • Last 30 days 0
  • Last week 0
  • Today 0