viresh-ratnakar / exolve

Online interactive crossword software in JavaScript
MIT License
73 stars 15 forks source link

[Feature Request] Auto-reveal annotations for fully pre-filled lights. #20

Closed Antagony1060 closed 4 years ago

Antagony1060 commented 4 years ago

I was updating an ongoing competition puzzle and I wanted to see if the new entry's author had a previous entry, but the only way to tell from the UI was to select each clue one-at-a time and click 'Reveal'. It got me wondering what is the point of hiding annotations when the solutions are on display?

I think this would also be a good feature for anyone who'd like to provide separate pages with pre-filled solutions for their puzzles.

viresh-ratnakar commented 4 years ago

Sure, will add the functionality soon.

Antagony1060 commented 4 years ago

Excellent, thank you!

Another thought I've just had: in a fully pre-filled grid there's no point displaying any of the buttons as there won't be anything to reveal or clear.

viresh-ratnakar commented 4 years ago

This is done, with v0.46.

Please note though:

Antagony1060 commented 4 years ago

Installed and working great!

I take your point about the buttons. It hadn't occurred to me that someone might want to hide the annotation with the answer being shown, but I guess it could be a good way to test their parsing skills.

Thanks again.