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

Add support for displaying clue references/continuations (.ipuz files only) #105

Closed frozenpandaman closed 1 year ago

frozenpandaman commented 1 year ago

This PR adds support for displaying clue references & continuations, highlighting them in the grid in yellow:

image

Goes along with https://github.com/crosswordnexus/crossword-tools/pull/52 which actually does the .ipuz file parsing :)

frozenpandaman commented 1 year ago

cc @boisvert42, just wanted to send another ping about this

frozenpandaman commented 1 year ago

Yay, thanks!