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

Spell Check #315

Closed
theoryshaw opened this issue Jan 5, 2012 · 12 comments
Closed

Spell Check #315

theoryshaw opened this issue Jan 5, 2012 · 12 comments

Comments

@theoryshaw
Copy link

This is probably a taller order than one would initially perceive, but just wondering if Etherpad-Lite could tap into or utilize the browser's native spell check functionality.

@Pita
Copy link
Contributor

Pita commented Jan 5, 2012

I remember that I tried to enable that and failed. I think the problem was that the editor replaced the text in the dom all the time

@theoryshaw
Copy link
Author

Thanks Pita. Would this be a tough work around? I just know a lot of people have been asking for it via our SketchSpace instance over at http://www.openingdesign.com/ Granted, it's based on the other Rhino-based Etherpad code, but thought the front-end accommodation, would be similar. Cheers, Ryan

@Pita
Copy link
Contributor

Pita commented Jan 5, 2012

It's probably possible but this is not high priority for me at the moment

@JohnMcLear
Copy link
Member

See: http://spellchecker.jquery.badsyntax.co.uk/ as a good plugin for handlign this and passing queries off to Google to handle

@mcnair
Copy link

mcnair commented Jan 31, 2012

i would love it if the browser checked my spelling as i typed in etherpad. i'm worthless without spell check, truth be told.

@cweider
Copy link
Contributor

cweider commented Jan 31, 2012

I think we’d be best served by adjusting things in such a way that the user agent’s implementation can work. @Pita, it’s disabled with spellcheck=false on the editable iframe, do you have any info on the problems that it caused?

@Pita
Copy link
Contributor

Pita commented Jan 31, 2012

@cweider I tried to enable this in the past. The problem is that browsers only do spellcheck on the part of the text the user has written. But the Etherpad editor replaces the elements of the text all the time, so the spellcheck isn't shown anymore

@jdoss
Copy link

jdoss commented Mar 29, 2012

I second the "I am worthless without spell check" comment. What about using something like aspell to process the text on the back end and not have it done in the browser?

@Pita
Copy link
Contributor

Pita commented Mar 29, 2012

@jdoss looks like aspell is a native programm. But there might be a javascript equivalent to that

@jdoss
Copy link

jdoss commented Mar 29, 2012

@Pita Yea, I fuzzed out and forgot that not everyone is running Linux. https://github.com/dscape/spell maybe? Anyways, amazing work. =)

@Pita
Copy link
Contributor

Pita commented Mar 29, 2012

@jdoss looks good. If you want to integrate it, go for it and make a pull request

@marcelklehr
Copy link
Contributor

Feel free to implement this as a plugin (it's already on the wishlist) So this may be closed

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

7 participants