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.
- Easily create and manage footnotes
- WCAG ARIA compliant
Follow these steps to set up the plugin in your TinyMCE environment:
- TinyMCE environment running on your machine
-
Download this project.
-
Move it to [wherever custom plugins are supposed to live according to TinyMCE company]
-
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', });
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.