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 footnote occurred.
Installation and Setup
Plugin Setup and Configuration
In your /WEB-INF/classes/blojsom-plugins.xml file, add the following:
<bean id="footnote" class="org.blojsom.plugin.footnote.FootnotePlugin" init-method="init" destroy-method="destroy"/>
You may then add "footnote" to one of the flavor-based plugin chains. It must occur after the meta plugin.
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.