[Pmwiki-users] Re: pmwiki-0.6.beta1 released

Patrick R. Michaud pmichaud
Thu Jan 22 10:11:50 CST 2004


On Thu, Jan 22, 2004 at 01:42:25PM -0000, dave.jackson wrote:
> > All comments and suggestions are greatly appreciated.
> 
> Here's one I would like to see, and I've a feeling I've already seen it
> once, but now can't find it.
> 
> A page directive that turns off WikiWords on that page.  Something like 
> [[NoWikiWords]] 

This is already coming--actually, what I'm planning to do is to add
a feature whereby an admin can specify the number of times a WikiWord
should be rendered as a link.  Thus, setting $WikiWordRenderMax=2
would cause only the first two occurrences of each wikiword to be rendered
as a link, $WikiWordRenderMax=0 would turn off WikiWords, etc.
It will also be available on a per-wikiword basis, thus to disable
a specific word from being treated as a WikiWord one can do something
like $WikiWordRenderCount['McDonald']=0;

[[nowikiwords]] would then be easy to add as a directive.

> I am considering dropping WikiWords all together as I am a SQL DBA, &
> using Wiki to document my Schema, which is full of CamelCase table
> names, column names etc. is a bit of a pain.

WikiWords can already be disabled at the group or page level via
settings in local.php, see 
http://www.pmichaud.com/wiki/Cookbook/DisableWikiWords .

Pm



More information about the pmwiki-users mailing list