plugins-custom/complex_footnotes
2018-03-06 12:01:42 +01:00
..
__init__.py custom version of simple_footnotes 2018-02-01 19:42:43 +01:00
README.md updated readme 2018-02-01 20:16:11 +01:00
simple_footnotes.py added the ref number to the footnote 2018-03-06 12:01:42 +01:00
test_simple_footnotes.py custom version of simple_footnotes 2018-02-01 19:42:43 +01:00

Complex Footnotes

A fork of the Simple-Footnotes Pelican plugin that gives you more finegrained styling options.

When writing a post or page, add a footnote like this:

Here's my written text[ref]and here is a footnote[/ref].

This will appear as, roughly:

Here's my written text1

  1. and here is a footnote ↩

Inspired by Andrew Nacin's Simple Footnotes WordPress plugin.

Requirements

Needs html5lib, so you'll want to pip install html5lib before running.

Should work with any content format (ReST, Markdown, whatever), because it looks for the [ref] and [/ref] once the conversion to HTML has happened.

Stuart Langridge, http://www.kryogenix.org/, February 2014.