Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.2 KB

File metadata and controls

37 lines (24 loc) · 1.2 KB

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.