From bd796129f26699acbc3fab6fe9d31c2ca2e8163c Mon Sep 17 00:00:00 2001 From: azett Date: Sat, 2 Feb 2019 13:59:02 +0100 Subject: [PATCH] Added a little documentation on the footnotes plugin. --- fp-plugins/footnotes/how_to_use.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fp-plugins/footnotes/how_to_use.txt diff --git a/fp-plugins/footnotes/how_to_use.txt b/fp-plugins/footnotes/how_to_use.txt new file mode 100644 index 0000000..0caec34 --- /dev/null +++ b/fp-plugins/footnotes/how_to_use.txt @@ -0,0 +1,9 @@ +The footnote plugin creates links between numbers in the content and the corresponding footnote below the text. It's quite straightforward - to try, just create a sample entry with the following content: + + + +Here is some text[1] with a note. The text goes on and has another reference[2] to a footnote. + +[footnotes] +[1] here is the note +[2] and the second one :) \ No newline at end of file