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

Adding spell checking support #5

Open
anisus opened this issue Aug 20, 2014 · 0 comments
Open

Adding spell checking support #5

anisus opened this issue Aug 20, 2014 · 0 comments

Comments

@anisus
Copy link
Owner

anisus commented Aug 20, 2014

The game is currently using CodeMirror for the editor. Unfortunately, that means it cannot use the built in spellchecker of the browsers. And we want spell checking.

One solution is to add typo.js with CodeMirror, as described here:
http://stackoverflow.com/questions/12343922/codemirror-with-spell-checker/12462720#12462720

However, the dictionary file is close to 12MB, but will be almost 1MB when sent over the network using gzip.

Questions:

  • Is it worth the extra download?
  • Should it be configurable in the settings (set cfg spellcheck = on)?
  • Should it be on by default?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant