From 6d4952f3cfe60789cf8820ff6dfc6627cba494db Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Wed, 18 Jun 2003 14:35:33 +0000 Subject: [PATCH] Added instructions for spell checker --- lang/en/help/wiki.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lang/en/help/wiki.html b/lang/en/help/wiki.html index 74412267ff..91cbc2b2a8 100644 --- a/lang/en/help/wiki.html +++ b/lang/en/help/wiki.html @@ -120,3 +120,23 @@ follows...

  • A line starting with at least four dashes is converted into a horizontal line +

    Spelling Checker (Experimental)

    + +

    The wiki formatter can be switched into a spell checking mode. Place the following on +a line by itself in the text. Everything after this will be checked... + +

    +!SPELL:language_code:language_variant
    +
    +Examples:
    +!SPELL:en:british
    +!SPELL:sp
    +
    + +

    "language_code" should be replaced by the appropriate code (e.g., EN, FR etc), "language_variant" (along with the colon) is optional and can be one of "american", "british", or "canadian" if the language code is EN.

    + +

    When displayed any unknown words are highlighted and you can see suggestions by holding the mouse over +the word

    + +

    NOTE: spelling uses the pspell libraries. These and the required dictionaries must be present on your server for the spell checker to work. In particular the Windows platform is not supported. +

    -- 2.39.5