An open API service indexing awesome lists of open source software.

https://github.com/davidfig/atom-autocorrect-text

atom.io plugin for simple autocorrects
https://github.com/davidfig/atom-autocorrect-text

Last synced: 2 months ago
JSON representation

atom.io plugin for simple autocorrects

Awesome Lists containing this project

README

        

# autocorrect-text

Currently designed to fix English text

Very simple text autocorrect for atom.io
- Activates automatically on textfiles (extensions can be optionally defined)
- Uses a prepopulated list of simple corrections for mistypings
- Fixes words with capitals in the first two letters (e.g., "THe" or "FRank")
- Capitalizes first letter of new sentence or document

TODO
- Editable table with replacements in package settings