'''Suggestions for the Foot``Note Macro Filter''' ## Tell your story here. ## What is the problem you are trying to solve? ## Is this features useful to most users or just to specific users? The new (Moin 1.6)<> Footnote Macro Filter produces footnotes with back links <> that can not be easily hidden with CSS rules. For printed output, the back links are useless and should be hidden.<> While it is easy to hide the back links with the following added to `print.css`, the enclosing "()" characters are not easily hidden: {{{ div.footnotes a { display: none; } }}} Following is a snippet of the html. The problem is the placement of the enclosing "()" characters. {{{
  1. My first footnote. (1 2 3)

  2. My second footnote. (1 2)

}}} One possibility is to omit the enclosing "()" characters and use an icon instead of the number 1 for the first back link. (Maybe an angled arrow that goes down and to the left.) For users who rarely/never use duplicate footnotes, the presence of multiple "(1)" links after each footnote looks like a bug. For screen output, the back links are a nifty feature -- I like it. ---- CategoryFeatureRequest