H. G. Muller wrote on Tue, Sep 8, 2020 03:57 PM UTC:
I am not sure what you mean by that. You want to be able to paste the game back into the diagram, and then step through it with the navigation button? Currently you can only step through the game you are currently playing (even after it ended), and the memory of it is erased as soon as you start a new one. I suppose I could add some text entry in the AI bar where one could paste a game so that the JavaScript can see it. I am not sure whether it is possible to attach a handler for Ctrl-V to the page as a whole, to trigger importing it from the clipboard. In any case I would have to add a SAN parser, but that should not be too difficult.
I am not sure what you mean by that. You want to be able to paste the game back into the diagram, and then step through it with the navigation button? Currently you can only step through the game you are currently playing (even after it ended), and the memory of it is erased as soon as you start a new one. I suppose I could add some text entry in the AI bar where one could paste a game so that the JavaScript can see it. I am not sure whether it is possible to attach a handler for Ctrl-V to the page as a whole, to trigger importing it from the clipboard. In any case I would have to add a SAN parser, but that should not be too difficult.