Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DennisSuitters/summernote-a11y

Unobtrusive Accessibility Checker for Summernote WYSIWYG that uses CSS
https://github.com/DennisSuitters/summernote-a11y

a11y a11y-testing accessibility-checker css summernote summernote-plugins

Last synced: 3 months ago
JSON representation

Unobtrusive Accessibility Checker for Summernote WYSIWYG that uses CSS

Awesome Lists containing this project

README

        

# summernote-a11y
Unobtrusive Accessibility Checker Plugin for Summernote WYSIWYG that uses CSS

This Plugin uses a modified version of the CSS rules from [a11y.css](https://github.com/ffoodd/a11y.css) to check the Accessibility of the content in the Summernote Editor Area.

![summernote-a11y](a11y-screenshot.gif)

### Installation

#### 1. Include JS

Include the following code after Summernote:

```html

```

#### 2. Supported languages

Currently available in English!

#### 3. Summernote options

```javascript
$('.summernote').summernote({
toolbar:[
['a11y',['a11y']], // The Button
['style',['style']],
['font',['bold','italic','underline','clear']],
['fontname',['fontname']],
['color',['color']],
['para',['ul','ol','paragraph']],
['height',['height']],
['table',['table']],
['insert',['media','link','hr']],
['view',['fullscreen','codeview']],
['help',['help']]
],
a11y:{
langFile: '[folder]/lang/en-US.css' // This is the location to your CSS Language file.
}
});
```

#### 4. Check out our other Summernote Plugins via our main Github page.
- [Diemen Design](https://github.com/DiemenDesign/)