crosswordnexus / html5-crossword-solver

An HTML5 crossword solver that can handle JPZ files
BSD 3-Clause "New" or "Revised" License
9 stars 12 forks source link

Handle "hint" cells #37

Closed boisvert42 closed 2 years ago

boisvert42 commented 2 years ago

<cell x="5" y="10" solution="C" hint="true" number="9"></cell>

This results in a cell with an uneditable value filled in. At the very least we should display those letters but make them editable. Ideally we make them uneditable as well.

crosswordnexus commented 2 years ago

This is resolved as of https://github.com/crosswordnexus/html5-crossword-solver/commit/9c57d83a47b9e9984cfaa940fb677bbc81e86158