viresh-ratnakar / exet

Web app for crossword construction: designing a grid, filling the grid, creating straight or cryptic clues, and downloading as Exolve or .puz. All data is saved locally, no crosswords are sent to any server.
https://viresh-ratnakar.github.io/exet.html
MIT License
43 stars 12 forks source link

Spellcheck #14

Closed elwoodpd closed 3 years ago

elwoodpd commented 3 years ago

I understand that for some people spellcheck is not helpful and that lots of words used in a crossword are not going to be in the system dictionary but I personally still rely pretty heavy on spellcheck for avoiding simple spelling mistakes and typos in ordinary words. I guess this might be unusual for people who set cryptic crosswords, but I genuinely find it essential. Could an option to turn it back on be added?

viresh-ratnakar commented 3 years ago

Sure, I'll add an option!

On Sun, Apr 11, 2021, 3:38 PM elwoodpd @.***> wrote:

I understand that for some people spellcheck is not helpful and that lots of words used in a crossword are not going to be in the system dictionary but I personally still rely pretty heavy on spellcheck for avoiding simple spelling mistakes and typos in ordinary words. I guess this might be unusual for people who set cryptic crosswords, but I genuinely find it essential. Could an option to turn it back on be added?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/viresh-ratnakar/exet/issues/14, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJQ562AMKMXM4QS32VMOFITTIIQFJANCNFSM42YES7KQ .

viresh-ratnakar commented 3 years ago

I've added this in v0.40 now. Here's the relevant documentation:

The text-editing panel for the current clue/anno disables spellcheck by default. You can turn it on or off through the "Edit → Preferences:" menu. This setting persists in Exet, across different crosswords. Note that if you change the setting, depending on some browser peculiarities, the updated setting may only become active after you have navigated to a new clue and/or clicked on the clue or anno.

viresh-ratnakar commented 3 years ago

Closing (please reopen if you notice any issues).

elwoodpd commented 3 years ago

Perfect, thank you!!