| Add footnote | footnotes_wysiwyg/tinymce_plugin/footnote.htm |  | Add footnote | 
          
                  | 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… | 
          
                  | ds_footnotes_ui_field.inc | footnotes_field/ds/ds_footnotes_ui_field.inc |  | Display Suite footnotes field ui file. | 
          
                  | footnotes-alternative_layout.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.… | 
          
                  | footnotes-rtl.css | footnotes-rtl.css |  | ul.footnotes {
  margin-right: 0;
  padding-right: 0;
}
ul.footnotes li {
  margin-left: auto;
  margin-right: 2.5em;
}
.footnotes .footnote-label {
  left: auto;
  right: 0px;
} | 
          
                  | footnotes.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 | footnotes.info |  | name = Footnotes
description = "Add automatically numbered footnotes to your posts."
core = 7.x
stylesheets[all][] = footnotes.css | 
          
                  | footnotes.module | footnotes.module |  | The Footnotes module is a filter that can be used to insert
automatically numbered footnotes into Drupal texts. | 
          
                  | footnotes_field.admin.inc | footnotes_field/includes/footnotes_field.admin.inc |  | Footnotes field admin file. | 
          
                  | footnotes_field.css | footnotes_field/css/footnotes_field.css |  | ul.footnotes {
  display: none;
}
#footnotes-all ul.footnotes {
  display: block;
} | 
          
                  | footnotes_field.info | footnotes_field/footnotes_field.info |  | name = Footnotes field/block
description = Exposes a Display Suite field or block with all footnotes used in a node.
core = 7.x
dependencies[] = footnotes
configure = admin/config/content/footnotes | 
          
                  | footnotes_field.module | footnotes_field/footnotes_field.module |  | Hooks and general logic for the Footnotes field module. | 
          
                  | footnotes_views.info | footnotes_views.info |  | name = Footnotes with Views
description = Add views support to the footnotes module by allowing you to cut the footnotes from the rest of the body (or teaser).
dependencies[] = footnotes
dependencies[] = views
package = Other
core = 7.x | 
          
                  | footnotes_views.module | footnotes_views.module |  | Declare the view API in use. | 
          
                  | footnotes_views.views.inc | footnotes_views.views.inc |  | To do views declarations. | 
          
                  | footnotes_views_handler_field.inc | footnotes_views_handler_field.inc |  | Views handler field. | 
          
                  | footnotes_views_handler_field_body_content.inc | footnotes_views_handler_field_body_content.inc |  | Views handler for the body content. | 
          
                  | footnotes_views_handler_field_body_footnotes.inc | footnotes_views_handler_field_body_footnotes.inc |  | Views handler for the body footnotes. | 
          
                  | footnotes_wysiwyg.info | footnotes_wysiwyg/footnotes_wysiwyg.info |  | name = "Footnotes Wysiwyg"
description = "Add a footnote button to Wysiwyg editors (TinyMCE, CKEditor). Currently supports the WYSIWYG and CKEditor modules."
package = User interface
dependencies[] = footnotes
core = 7.x | 
          
                  | footnotes_wysiwyg.module | footnotes_wysiwyg/footnotes_wysiwyg.module |  | WYSIWYG support for the footnotes module.
Currently this supports TinyMCE and CKEditor via the WYSIWYG module and
CKEditor via the CKEditor module. | 
          
                  | README.txt | README.txt |  | Footnotes module can be used to easily create automatically numbered footnote 
references into an article or post (such as a reference to a URL). <strong>It
now supports also TinyMCE and CKEditor via WYSIWYG… | 
          
                  | README.txt | footnotes_wysiwyg/README.txt |  | Footnotes Wysiwyg
--------------------
Installation Instructions:
1. Make sure you have enabled wither the WYSIWYG or CKEditor module. Otherwise
nothing will happen.
2. Enable the module in /admin/modules
3. Enable the "Add Footnote" button… |