Question
Wiki Anchors (#WikiName) are only allowed at begining of a line. I suggest to release this restriction (maybe optionaly) because Wiki Anchors are very usefull in long tables, lists, etc...
I suggest to add anchors regex detection in TWiki.pm (~line 2046) :
# '#WikiName' anchors
s/^(\#)($wikiWordRegex)/ '<a name="' . &makeAnchorName( $2 ) . '"><\/a>'/ge;
# PN : allow anchors anywhere but begining with a white space or in a table
<font color=red><i>s/ (\#)($wikiWordRegex)/ '<a name="' . &makeAnchorName( $2 ) . '"><\/a>'/ge;</i></font>
Environment
--
PatrickNomblot - 26 Aug 2003
Answer
See also
FragmentIdentifierWikification
--
JonathanCline - 28 Aug 2003