You are here

Files in Footnotes 8.2

Primary tabs

File namesort descending Location Namespace Description
Changelog.txt Changelog.txt 2010-03-xx Footnotes 7.x-2.5 - First Drupal 7 release. No major feature changes over 6.x-2.5. 2010-12-31 Footnotes 2.5 Major features - Add new addon module: Footnotes with Views by AlexisWilke. [#939738] Smaller fixes - Remove…
footnote-link.html.twig templates/footnote-link.html.twig {# footnotes/footnote-link.html.twig #} <a class="see-footnote" id="{{ fn.ref_id }}" title="{{ fn.text_clean }}" href="#{{ fn.fn_id }}">{{ fn.value }}</a>
footnote-list.html.twig templates/footnote-list.html.twig {# footnotes/footnote-list.html.twig #} <ul class="footnotes"> {% for fn in footnotes %} {% if fn.ref_id is iterable %} {# // Output footnote that has more than one reference to it in the body. // The only…
footnotes-alternative_layout.css assets/css/footnotes-alternative_layout.css /* * CSS specific to Footnotes module. * * This is an alternative layout, it is not so nice but overcomes * the layout bugs on IE. http://drupal.org/node/166628 * To use this layout, just rename this file to footnotes.css. */ /* Add empty space…
footnotes.css assets/css/footnotes.css /* * CSS specific to Footnotes module. * * Thanks to binford2k@lug.wsu.edu for this tip and drinkypoo * for the question leading up to it. http://drupal.org/node/80538 */ /* Add empty space before footnotes and a black line on top. */ .footnotes { …
footnotes.info.yml footnotes.info.yml footnotes.info.yml
footnotes.install footnotes.install Install, update and uninstall functions for the Footnotes module.
footnotes.libraries.yml footnotes.libraries.yml footnotes.libraries.yml
footnotes.module footnotes.module This file contains the hooks for Footnotes module.
Footnotes.php src/Plugin/CKEditorPlugin/Footnotes.php Drupal\footnotes\Plugin\CKEditorPlugin
FootnotesCkeditorPluginTest.php tests/src/FunctionalJavascript/FootnotesCkeditorPluginTest.php Drupal\Tests\footnotes\FunctionalJavascript
FootnotesFilter.php src/Plugin/Filter/FootnotesFilter.php Drupal\footnotes\Plugin\Filter
FootnotesFilterPluginTest.php tests/src/Functional/FootnotesFilterPluginTest.php Drupal\Tests\footnotes\Functional
README.txt README.txt INTRODUCTION ------------------ The Footnotes module is used to easily create automatically numbered footnote references in an article or post (such as a reference to a URL). * For a full description of the module, visit the project page: …

Other projects