instructure / tinymce-a11y-checker

An accessibility checker plugin for TinyMCE.
https://instructure.github.io/tinymce-a11y-checker/
MIT License
22 stars 18 forks source link
a11y canvas-lms tinymce

TinyMCE Accessibility Checker Plugin (tinymce-a11y-checker)

Deprecated

This package had been merged into @instructure/canvas-rce. This repository is no longer under development or being maintained.

The corresponding npm package has been deprecated.

If you use the Rich Content Editor from Canvas, the a11y checker is now built in.


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