wiki:FootNoteMacro

Add footnotes to wiki

Description

The FootNoteMacro automatically collates1 and generates footnotes.

Note: There is an open ticket for integrating this feature to the Trac core, t:#9037.

Example

To use it, simply call the FootNoteMacro with the footnote content2 as the only argument to the macro:

[[FootNote(This is a footnote)]]

Footnotes are numbered by the order in which they appear.

To create a reference to an existing footnote, pass the footnote number as the only argument to the macro:

[[FootNote(1)]]

In addition, identical footnotes are coalesced into one entry. The following will generate one footnote entry with two references:

Some text[[FootNote(A footnote)]] and some more text [[FootNote(A footnote)]].

[[FootNote]]

And finally, to display a list of foot-notes call the macro with no arguments:

[[FootNote]]

Once a set of footnotes has been displayed, a complete new set of footnotes can be created. This allows multiple sets of footnotes per page.

Bugs/Feature Requests

Existing bugs and feature requests for FootNoteMacro are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out FootNoteMacro from here using Subversion, or browse the source with Trac.

Example

Here are the footnotes assembled from this page.


  1. 1. Arranges in numerical order
  2. 2. Any WikiFormatting can be used as content


Here is some wiki markup that will exercise all the functionality of the macro.

Testing out the !FootNoteMacro[[FootNote(Here is the first footnote)]]. 
This will be a good test to exercise all of its
functionality[[FootNote(Here is the second footnote)]].
And now I'll add an identical footnote and refer to the first footnote
again[[FootNote(Here is the second footnote)]][[FootNote(1)]].

[[FootNote]]

Now that I've called the !FootNoteMacro to print all the footnotes
[[FootNote(I did that in the paragraph above)]], I should be able to
generate more
footnotes[[FootNote(It would be really cool if this feature was integrated into the Trac core)]]
and print just the one that have been generated since the start of the second paragraph.
Just for good measure I'll try referring to some footnotes in the first paragraph
again[[FootNote(1)]][[FootNote(Here is the second footnote)]].

[[FootNote]]

Screen capture of the output that is produced:

Recent Changes

[13269] by rjollos on 2013-06-07 02:20:07
Fixed incorrect URL in setup.py.
[12232] by rjollos on 2012-10-20 09:47:44

Refs #10481:

  • Changed to more common no-conflict mode jQuery(document).ready(function(){... syntax, replacing $(function(){...
  • Added the 3-Clause BSD license text to the source code.
[11988] by rjollos on 2012-09-13 04:46:24
Moved 0.8 and 0.9 directories to branches.

Author/Contributors

Authors: athomas, coderanger
Maintainer: rjollos
Contributors: JoshuaH

Last modified 3 months ago Last modified on May 8, 2013 12:51:11 AM

Attachments (1)

Download all attachments as: .zip