mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 23:42:11 +02:00
Added instructions for spell checker
This commit is contained in:
parent
5c408aeb8c
commit
6d4952f3cf
@ -120,3 +120,23 @@ follows...</p>
|
||||
<li>A line starting with at least four dashes is converted into a horizontal line
|
||||
</ul>
|
||||
|
||||
<h3>Spelling Checker (Experimental)</h3>
|
||||
|
||||
<p>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...
|
||||
|
||||
<pre>
|
||||
!SPELL:language_code:language_variant
|
||||
|
||||
Examples:
|
||||
!SPELL:en:british
|
||||
!SPELL:sp
|
||||
</pre>
|
||||
|
||||
<p>"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.</p>
|
||||
|
||||
<p>When displayed any unknown words are highlighted and you can see suggestions by holding the mouse over
|
||||
the word</p>
|
||||
|
||||
<p><em>NOTE: spelling uses the <strong>pspell</strong> 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.
|
||||
</em></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user