Question
TreePlugin, the 0.310 alpha version of January 2003.
Non wiki word topic pages do not get marked as links
in the output.
- TWiki version: (TWiki version: 01 Feb 2003)
- Perl version: 5.6.1
- Web server & version: Apache
- Server OS: SunOS? + Linux
- Web browser & version: Internet Explorer 6.0
- Client OS: Windows XP
--
AndyGlew - 15 Apr 2003
Answer
Like several other folk, I have patched TreePlugin.pm
to place double square brackets are topic page names
to make them linkable.
I suppose that I should post my diffs,
but I am reluctant to because it is not a totally clean
solution:
Some of the graphical TreePlugin output formats break
- essentially because they assume that the nodename they get
is just plain text, which they can munge and linkify
in some other way.
What is needed is a
semantic split
into linkable and non-linkable page names.
--
AndyGlew - 25 Jun 2003