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.

--
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!):
- Find Note.pm (foswiki/lib/Foswiki/Plugins/FootNotePlugin/)
- Find "sub text" and "sub note" functions
- For both functions add "my $page = this->{"page"};"
- In both cases change "[[#FootNote${n}note]" to "[[$page#FootNote${n}note]"
- Check in your particular case if it works
--
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