[pmwiki-users] How to add special words as Wikiwords ?

Anno anno at shroomery.org
Thu Mar 2 07:19:12 CST 2006


> I want to add a few extra words, like "RM" or "rm" to be auomatically 
> recognized as wikiwords.

Take a look at http://www.pmwiki.org/wiki/Cookbook/ROSPatterns

With a pattern like this for rm:

$ROSPatterns ["/\\srm\\s/"]      = " [[rm]] "; 


or for RM:
$ROSPatterns ["/\\sRM\\s/"]      = " [[RM]] "; 







More information about the pmwiki-users mailing list