WikiNotes

Wiki Notes


To disable wikiwords in a particular page, use the following markup:

Version 2.X

  • (:nolinkwikiwords:)

Version 1.X (must be enabled first)

  • [[nowikiwords]]

Display PmWiki version

use [[$Version]]:
pmwiki-2.2.0-beta34


Underline Command?

Not by default, because there's not wide agreement about the markup that should be used for it. It can be done with WikiStyles:

   This is %text-decoration:underline% underlined text %% and this is not.

Of course, nobody wants to write out "text-decoration:underline", so it's good to use a shortcut such as %u%:

   %text-decoration:underline define=u%
   This is %u% underlined text %% and this is not.

You can permanently define the style by adding the following to config.php:

   $WikiStyle['u']['text-decoration'] = 'underline';

Or, if you want to enable an __underline__ markup, you can try:

   $InlineReplacements['/__(.*?)__/'] = '<u>$1</u>';

Sites doing interesting stuff with PmWiki


Wiki Links


PHPWiki issues

  • requires dbm support or a database

To Query PHP/Apache Version
php -v
httpd -v (use ps -elf | grep http to find the correct path, if necessary)



Edit - History - Print - Recent Changes - Search
Page last modified on October 01, 2006, at 07:53 PM EST