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.
Package info
Language:JavaScript
Type:drupal-module
pkg:composer/wieni/wmfootnotes
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.