Would you like them?

You could have Markdown to have a popup appear to insert the footnote's text [*].

EDIT: you can use a symbol and then <sub></sub>, but that won't give you a link between the place where the footnote occurs and its body text.

[*]: A popup similar to when inserting links (and here having a different, smaller, font)

link|improve this question

29% accept rate
Just as a reference: footnote extension to PHP-Markdown at rephrase.net/box/word/footnotes/syntax – Arjan Feb 23 '10 at 10:21
2  
And: PHP Markdown Extra seems to be used quite often too (like in Drupal filters), and uses the same [^n] syntax. – Arjan Feb 1 '11 at 13:14
feedback

5 Answers

up vote 9 down vote accepted

I don't think you need those. This isn't Wikipedia [citation needed], so generally a footnote can consist of just a *. No reason to try to formalize* it. You can then use <sub> to make it a smaller font [rcar].

*: AKA Eating up the dev team's time.

See, works great! Just remember, use \* when posting those. Otherwise, you get italics.

link|improve this answer
4  
[citation] Page Name: Podcast #17 (responses); Primary Author: Jeff Atwood; Secondary Author: Unknown; Citation: "Again, I know you are not Wikipedia..." – Robert Cartaino Jul 14 '09 at 13:56
1  
@rcar: Brilliant. Simply, brilliant. – Eric Jul 14 '09 at 14:26
Yes, I only wanted a different font for footnotes – John the Seagull Jul 14 '09 at 15:59
2  
@Vinko Vrsalovic - An horizontal rule (<hr>) followed by a subscript tag (<sub>) would probably do nicely. – Robert Cartaino Jul 14 '09 at 19:28
2  
The <hr> was way too spaced out, but the <sub> tag worked great. Good call. – Eric Jul 14 '09 at 19:51
1  
No need for <hr> - a few dashes works too... --- – Marc Gravell Jul 14 '09 at 20:15
1  
I dislike using <sub> or <sup> to format text -- for me that breaks separating content from design. – Arjan Nov 9 '09 at 11:48
@Arjan <sup> and <sub> are content tags. – random Dec 9 '09 at 14:09
3  
@random, indeed. That's why I dislike using them for formatting... The text of a footnote is not the same as superscript or subscript. – Arjan Jan 16 '10 at 19:08
1  
Well, bold or links aren't needed either, are they? It's not about need, but convenience. The ability to make footnotes using markdown would be useful, whether or not it is essential. Asterisks, or <sup> can *look ok, but it'd be nice to have the functionality too. Links back and forth between the footnote and the text it refers to – jalf Jun 21 '11 at 19:13
feedback

I would definitely like them. Although they could be hacked on via font-work, it would definitely enhance usability.

link|improve this answer
feedback

Maybe they're not reallu useful on SO, but there are lots of places on *.SE where they could come in handy (e.g. cstheory).

link|improve this answer
I would say science sites would find this especially useful when citing papers – Rory Feb 28 at 22:45
feedback

I don't know 1.

1 I just use superscript on it 2.
2 Looks nice to me.

link|improve this answer
Not hyperlinked back and forth. And <a> element doesn't support neither "name" nor "id" attributes. – Jakub NarÄ™bski Jul 17 '09 at 14:19
And what is preventing it to get supported? – kd304 Jul 17 '09 at 15:02
+1 for not using <sup> in the text of the footnote. Still, like in the question, many abuse <sup> in the actual footnote itself. Also, using numbers implies one might need to re-number when inserting another footnote at a later time. – Arjan Feb 23 '10 at 12:08
1  
@jakub-narebski <a href="#myid"> will point just fine to <div id="myid">. – Jarkko Laine Aug 18 '11 at 7:07
feedback

Need footnotes in community wiki mode. You don't want to disrupt the flow of someone else's discussion unnecessarily.

link|improve this answer
2  
Do you have an example of this? – random Dec 9 '09 at 14:08
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged