<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Patrick R. Michaud wrote:
<blockquote cite="mid20050710181539.GA16320@pmichaud.com" type="cite">
  <pre wrap="">On Sun, Jul 10, 2005 at 01:20:16PM -0400, DaveG wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I have some pages where certain abbreviations are very common. Putting 
[= xxx =] tags around every occurence is more than tedious :)

Is there a way to make the "Prevent Formatting" ([= xxx =]) tags apply 
to all instances of the specified text within a page?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Well, first note that `WikiWord is often an easier alternative to
writing [=WikiWord=].
  </pre>
</blockquote>
Well that I didn't know -- certainly easier to apply than [= xxx =]<br>
<blockquote cite="mid20050710181539.GA16320@pmichaud.com" type="cite">
  <pre wrap="">
Beyond that, individual wikiwords can be disabled by the site administrator
by using

   $WikiWordCount['WikiWord'] = 0;
  </pre>
</blockquote>
I use this for words on a site level basis. But it's tough to predict
what wil turn up on a page level basis.<br>
<blockquote cite="mid20050710181539.GA16320@pmichaud.com" type="cite">
  <pre wrap="">
There's been discussion here about providing a directive that could
disable specific wikiwords within a page, but I haven't found a good
name for it yet.  
  </pre>
</blockquote>
Not sure of the meaning of directive (like %date% for example?) -- does
it need to be a word or could we simply use a double `, as in
``WikiWord. If we need a word how about NotWiki?<br>
<blockquote cite="mid20050710181539.GA16320@pmichaud.com" type="cite">
  <pre wrap="">
Pm

  </pre>
</blockquote>
<br>
</body>
</html>