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

Add option to disable enumeration checking #25

Closed eigenfoo closed 2 years ago

eigenfoo commented 2 years ago

Whenever editing a clue, Exet always ensures that the enumeration is "correct", which is usually helpful but may be limiting, especially for variety cryptics. DUMB LUCK always has an enum of (4,4) and can never be (8, 2 wds) or even something funkier.

It would be nice to have an option under "preferences" (off by default) that disables this checking, and allows the user the freedom to write whatever enumeration they want.

viresh-ratnakar commented 2 years ago

Sure, will do, soon.

viresh-ratnakar commented 2 years ago

I have addressed this with v0.72. But there are a couple of things to note:

eigenfoo commented 2 years ago

Oh, that's a much more elegant way of solving this issue - I really like the new Tips tab. Thank you for the thorough (and quick) fix!