Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Offline usage #16

Open
andrewcio opened this issue Apr 7, 2015 · 2 comments
Open

Feature Request: Offline usage #16

andrewcio opened this issue Apr 7, 2015 · 2 comments

Comments

@andrewcio
Copy link

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.

@andrewcio andrewcio changed the title Offline usage Feature Request: Offline usage Apr 7, 2015
@siddjain
Copy link

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?

@siddjain
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants