This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

tinymce-a11y-checker

4.1.4 • Public • Published

TinyMCE Accessibility Checker Plugin (tinymce-a11y-checker)

An accessibility checker plugin for TinyMCE.

Build Status npm

Install

You will need to have an instance of TinyMCE setup prior to using this plugin.

npm install tinymce-a11y-checker --save

# or

yarn add tinymce-a11y-checker

Usage

import tinymce from "tinymce"
import "tinymce-a11y-checker"

tinymce.init({
  selector: "#editor",
  plugins: ["a11y_checker"],
  toolbar: "check_a11y | bold italic ..."
})

Contribute

See the contributing file!

PRs accepted.

MIT

Package Sidebar

Install

npm i tinymce-a11y-checker

Weekly Downloads

32

Version

4.1.4

License

MIT

Unpacked Size

12.1 MB

Total Files

4404

Last publish

Collaborators

  • eschiebel
  • hypher
  • jakeoeding
  • jcflow
  • jdewar
  • westonkd