[Pmwiki-users] Odd behavior resulting from $WikiWordCountMax = 0
Patrick R. Michaud
pmichaud
Wed Mar 24 07:30:22 CST 2004
On Wed, Mar 24, 2004 at 07:12:19AM -0600, Eric Celeste wrote:
> I've noticed that if I set $WikiWordCountMax to zero, it disables WikiWords
> not only in the plain markup, but also inside [[]] links. In other words...
> [[PageName call me this]]
> ...no longer works. Even odder, the rendered text on the page is "PageName"
> (without any linking or question mark) instead of "call me this".
It's a bug--it's supposed to still be a link. I just made a fix and
released it as pmwiki-0.6.14.
> By the way, I realize the {{}} construction still works under these
> circumstances. However, the {{}} does not allow for "call me this" alternate
> text, so it does not help me.
Actually, it does--you can do:
[[{{PageName}} call me this]]
for alternate text on freelinks. At present it's the only way to
do single-word pagenames with alternate text--i.e.,
[[{{Documentation}} link to documentation]]
but I'm planning to correct that soon so that
[[Documentation link to documentation]]
also works (probably in 0.6.15 or something like that).
Pm
More information about the pmwiki-users
mailing list