If you are citing a source<fn>web.com</fn>.

You get:

If you are citing a source 1.


______
1. web.com

It would be nice to be able to easily click to that website with a link at the end of the start of the reference line eg:

_______
1 link to: web.com

Where the words "1 link" is a link to web.com (including the 1 in the link makes it easy to select with find as you type in Firefox)

NOTE this can be combined with feature request: "Footnote should contain a link back to the place in the text with number" at
http://drupal.org/node/101126

example:

If you are citing a source 1.


______
1 link to: web.com  ↩

Comments

hingo’s picture

Hi nikle and thanks for this.

It seems I do not have url-filter installed myself. Also on drupal.org I cannot test this because of limitations in the html filter. Could you please try the following html on your site and let me know what happens. (So, just the following html directly, no footnotes involved.)

<div>
<ol>
<li id="footnote1">http://www.example.com</li>
<li id="footnote2">www.example.com </li>
</ol>
</div>
hingo’s picture

Sorry about this, I followed up on the wrong thread. Please see http://drupal.org/node/112877 instead.

hingo’s picture

Status: Active » Closed (fixed)

This is now handled. If you have URL filter activated, URL references in footnotes become clickable links. See http://drupal.org/node/112877

(There is no icon, please use your own CSS if you want that.)