Adding Spellcheck to Sublime Text editor
To add spell check to Sublime Text, you can:
- Open the Preferences menu
- Select Settings
- Select User
- Add the code
{"spell_check": true}
- Save the file
You can also enable spell checking for specific file types, like Markdown. To do this, you can:
- Open or create a file of the desired type
- Go to Preferences > Settings > More > Syntax Specific > User
- Add the code
{"spell_check": true}
You can also add additional dictionaries to Sublime Text. To do this, you can:
- Convert the dictionary to UTF-8
- Install the dictionary in a package, like Packages/User
- Select the dictionary from the View/Dictionary menu
- Use the OpenOffice.org Extension List to get additional dictionaries
- Use the Sublime Text Package Control to install the Dictionary plugin