Skip to content

wittjeff/tinymce-accessible-footnotes-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyMCE Footnotes Plugin

This is a FOSS (Free and Open Source Software) plugin for TinyMCE 6.2+ that allows you to easily create footnotes that conform to WCAG ARIA specifications.

Features

  • Easily create and manage footnotes
  • WCAG ARIA compliant

Setup Guide

Follow these steps to set up the plugin in your TinyMCE environment:

Prerequisites

Installation

  1. Download this project.

  2. Move it to [wherever custom plugins are supposed to live according to TinyMCE company]

  3. Edit your index.html file like this:

    tinymce.init({
           selector: 'textarea',
           external_plugins: {
                 'a11y-footnotes': 'https://a11y.bot/tinymce_external_plugins/[fix this...]/plugin.min.js'
                 },
           toolbar: 'a11y-footnotes',
    });
    

Usage

Once imported, the plugin will be available in the TinyMCE editor toolbar. You can use it to create footnotes that comply with WCAG ARIA specifications.

Contributions are welcome! Please feel free to submit a pull request or open an issue if you encounter any problems or have suggestions for improvements.

About

FOSS plugin for TInyMCE 6.2+ for easily making footnotes that conform to WCAG ARIA specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •