Dashboard > blojsom 3.0 > ... > Plugins > Footnote Plugin
  blojsom 3.0 Log In   View a printable version of the current page.  
  Footnote Plugin
Added by David Czarnecki, last edited by David Czarnecki on Jul 09, 2007
Labels: 
(None)

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.

Site running on a free Atlassian Confluence Open Source Project License granted to blojsom. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators