Spellchecking
Markdown Monster includes an inline spellchecker that highlights misspelled text as you type.
Misspelled text underlines with a red, dotted line and you can right-click on the misspelled text to bring up a list of selections. Pick one of the items to auto-correct the misspelled word.
Adding Words to the Dictionary
If you find misspelled words that aren't in the dictionary, but are words that shouldn't be flagged, you can add to the dictionary. Once added the word added will no longer be shown as misspelled.
Dictionary extensions are stored in your AppData
folder:
%appdata%\West Wind Markdown Monster
as en-US_custom.txt
or whatever the base dictionary is.
Turning Spell Checking On and Off
Spell checking can be turned on and off using the Check toggle in the Window's right hand control box:
Click to toggle between active and inactive state for spell checking.
The value can also be configured in the Settings:
Editor {
"EnableSpellcheck": true
}
Dictionary Selection
You can also use the drop down next to the toggle to select from a number of supported spell checking dictionaries for different languages.
Markdown Monster comes with 4 pre-installed dictionaries:
- en-US
- de
- fr
- es
along with 60+ additional dictionaries that can be downloaded.
To switch dictionaries use the drop down next to the spell checking toggle:
The down arrow means that dictionaries have to be downloaded, which happens automatically when you select a non-present dictionary.
File Permissions to save Dictionaries
Note that you need to have write file permissions in the install folder in order to install a downloaded dictionary. The default
%appdata%
install location should allow of this. In other locations likeProgram Files
you may need Run as Administrator to write out downloaded dictionaries.
Installing a Custom Dictionary
If the dictionary you want to use isn't on the list provided you can add additional dictionaries into the %appdata%\Markdown Monster\Editor
folder.
Markdown Monster uses standard hunspell dictionaries for spell checking and so can use standard Open Office dictionaries.
To install custom dictionaries find the .dic
and .aff
files and save them to the Editor
folder in the MM installation folder. Use a name that describes the locale. Once installed the new dictionary will show up on the language drop down by its filename.
Open Office Dictionaries
If you want to add dictionaries for other languages, or specific locales (like en_GB
or fr_CA
) you can download and install custom dictionaries that are in the standard Open Office (4.0 preferably) format. Open Office also uses hunspell and so Open Office dictionaries are compatible.
You can find dictionaries on the Open Office Extensions Site:
Here are a few direct links for some common specific libraries:
Using Open Office Dictionary Extensions in Markdown Monster
Open Office Extensions often come as .oxt
(Open Office Extension) files, which are really just Zip files. You can rename the extension to .zip
, open the archive and extract the .dic
and .aff
files out of it and copy to your %LocalAppData%\Markdown Monster\Editor
folder.
© West Wind Technologies, 2016-2024 • Updated: 09/14/19
Comment or report problem with topic