Buglist

Back link always points to WebHome

The FootNotePlugin links back from the foot note always to the WebHome topic of the same Web regardless in which topic the foot note lives.

-- MartinRaabe - 26 Feb 2011

I also am experiencing this same bug. frown -- ChrisPoupart - 19 Apr 2011

One more here, always back to WebHome. The generated HTML has
<a href="/my/foswiki/directory/WebHome#FootNote1text" class="foswikiCurrentWebHomeLink"> *1* </a>

i.e. class "foswikiCurrentWebHomeLink" instead of "foswikiCurrentTopicLink"

-- ValentinKozlov - 13 May 2011

Here is a solution (I am not the developer!):
  1. Find Note.pm (foswiki/lib/Foswiki/Plugins/FootNotePlugin/)
  2. Find "sub text" and "sub note" functions
  3. For both functions add "my $page = this->{"page"};"
  4. In both cases change "[[#FootNote${n}note]" to "[[$page#FootNote${n}note]"
  5. Check in your particular case if it works smile
-- ValentinKozlov - 13 May 2011

Wishlist

Horizontal line over the "Notes" heading

Add a horizontal line before the Notes: "heading" to separate it from the article. Possibly just put style="border-top:1px solid #dcf1a5" in the plugin?

-- TorbenGB - 01 May 2010

Isn't the horizontal line possible through the parameter $Foswiki::cfg{Plugins}{FootNotePlugin}{Footer}?

-- AndreLichtsteiner - 01 Mar 2011
Topic revision: 13 May 2011, ValentinKozlov
 
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads