12

Is there a way in Confluence for specifying a reference to a text passage — for example, to provide the source of the quoted text, in a similar way as is done on Wikipedia, so that it's rendered like this:

Lorem ipsum dolor sit amet1

[down the page]


1 Cicero

Ideally, the subscript "1" should be an internal hyperlink

MaDa
  • 10,511
  • 9
  • 46
  • 84

2 Answers2

8

I believe this plugin may help: https://marketplace.atlassian.com/plugins/com.adaptavist.confluence.footnotes

The footnotes plugin allows you to quickly and easily add footnote references to your wiki pages.

You can:

  • Define Footnotes - Define any number of footnotes throughout your content
  • Display Footnotes - Display a table of footnotes anywhere in the page
  • Quickly move between content and footnotes with a click of the mouse
Aziz Shaikh
  • 16,245
  • 11
  • 62
  • 79
  • Great answer. You could also just use anchor tags & links, but that is less elegant than Aziz's answer. – MNRSullivan Oct 30 '13 at 15:06
  • 1
    Great answer, but: this plugin is currently only available for Confluence 4.x, Confluence is now on 5.4.3. So there are chances that this will not work for you. – mliebelt Mar 27 '14 at 12:57
5

You can do it using anchors:

Pros:

  • It is native in Confluence

Cons:

  • It is a very manual procedure (no automatic numbering, etc.)
David Ongaro
  • 3,568
  • 1
  • 24
  • 36
A21z
  • 1,007
  • 11
  • 18