Forced Links - Link text
Brought to you by:
channingwalton
When you create a Forced Link using
[[LinkFile]]
the html source at the Browser is:
<a href="http://--wiki/LinkFile">LinkFile</a>
and you can not add a different Link Text.
The change I did allows you to write
[[LinkFile][LinkText]]
and to appear at the html source at the Browser as
<a > LinkText </a>
The change have been done to the
com.teaminabox.eclipse.wiki.text.ForcedLinkTextRegion.java
I send the java file "ForcedLinkTextRegion.java" with the change.
File Alteredcom.teaminabox.eclipse.wiki.text.ForcedLinkTextRegion.java