Skip to content

williantenfen/tinymce-a11y-checker

 
 

Repository files navigation

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

About

An accessibility checker plugin for TinyMCE.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Shell 1.3%
  • Dockerfile 0.4%