Open andrewcio opened 9 years ago
I also noticed this in the README.md
uses after the dead line web service: http://afterthedeadline.com/
Does this send the whole document to a remote service to be spell checked?
it does send the whole document to a remote web service!
POST http://service.afterthedeadline.com/checkDocument HTTP/1.1
Host: service.afterthedeadline.com
Connection: keep-alive
Content-Length: 3980
Accept: application/xml, text/xml, */*; q=0.01
Origin: file://
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brackets/1.14.1 Chrome/51.0.2704.103 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.8
Cookie: session=bracketsSpellCheck
key=bracketsSpellCheck&data=<your-entire-document>
that's why its so slow
I realize that this only works when connected to the internet. A way to load the ATDL checker locally as part of the package would be preferred but this would bring updating issues when the tool itself has updates.