28/02
2017
Small ckeditor plugin for Drupal 8 that will add widget button to create and manage footnotes in HTML wysiwygs.
Small ckeditor plugin for Drupal 8 that will add widget button to create and manage footnotes in HTML wysiwygs., (*1)
Be sure to add <span data-text data-link class="">
... to the allowed HTML of your text format in Drupal., (*2)
Select a word in your html, click the footnote button, fill in the fields, ok., (*3)
The result will be that the selected text is now wrapped in a "span" with class="footnote" and a number of data attribtues., (*4)
Your Javascript developer should be able to handle it from there., (*5)