wieni/wmfootnotes

This package is abandoned and no longer maintained. No replacement package was suggested.

Small ckeditor plugin for Drupal 8 that will add widget button to create and manage footnotes in HTML wysiwygs.

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 1

Language:JavaScript

Type:drupal-module

dev-master 2017-02-28 14:02 UTC

This package is auto-updated.

Last update: 2020-01-20 10:51:50 UTC


README

Small ckeditor plugin for Drupal 8 that will add widget button to create and manage footnotes in HTML wysiwygs.

Caveat

Be sure to add <span data-text data-link class=""> ... to the allowed HTML of your text format in Drupal.

What will this do?

Select a word in your html, click the footnote button, fill in the fields, ok.

The result will be that the selected text is now wrapped in a "span" with class="footnote" and a number of data attribtues.

Your Javascript developer should be able to handle it from there.