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
- Host: GitHub
- URL: https://github.com/davidfig/atom-autocorrect-text
- Owner: davidfig
- License: mit
- Created: 2015-08-09T20:39:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T21:29:07.000Z (over 9 years ago)
- Last Synced: 2025-01-17T00:47:29.697Z (4 months ago)
- Language: CoffeeScript
- Size: 484 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 documentTODO
- Editable table with replacements in package settings