heatherleaf / crossword-maker

A simple web-based tool for building your own crosswords
https://heatherleaf.github.io/crossword-maker/crossword.html
GNU General Public License v3.0
8 stars 5 forks source link

Save crossword to localStorage on edit #19

Closed ingemaradahl closed 1 year ago

ingemaradahl commented 1 year ago

This touches on #16, since it creates a JSON format for exporting (and importing) the crossword, but I wouldn't consider it as a solution to the issue. But it helps with not losing the state when the browser discards the tab.

heatherleaf commented 1 year ago

(Sorry for the delay - I didn't notice your PR until today)

Thanks! This is a very good start to solving #16