Availability
Available as of blojsom 2.26.
Description
Allows you to automatically create footnotes within your blog entries that are automatically linked between the footnotes at the bottom of the entry and back to the location in the entry where the foonote occurred.
Installation and Setup
Plugin Setup and Configuration
In your global /WEB-INF/plugin.properties file, add the following line:
footnote=org.blojsom.plugin.footnote.FootnotePlugin
You may then add "footnote" to one of the flavor-based plugin chains. It must occur after the meta plugin. These plugin chains can be found in the individual blog's plugin.properties file. For example:
html.blojsom-plugin-chain=meta, ..., footnote
Usage
In your blog entry, you may reference footnotes using the syntax [1], where [1] refers to the specific footnote. At the end of your blog entry, you may include the footnote text using the syntax:
meta-footnote-1=This is a footnote and it is footnote 1.
meta-footnote-2=<a href="http://www.foo.com">Foo</a> is a site to check out. This is footnote 2.