Stefan Haack
Stefan Haack
Fixed with version 5.0.1
Nice and thank you for contributing. I think the part with the markers I will integrate into core. Regarding the arrows (which are also included in the commit) I think...
If the external pieces are out of the SVG canvas, you have to draw them in kind of HTML. Or we expand the canvas to make this possible. I have...
Did you discover my position editor at https://shaack.com/projekte/cm-fen-editor/ Maybe it helps as starting point. There is everything beside the drag&drop of pieces.
`EnableSquareSelect()` is more for selecting a square. I think to cancel a move the event should also be handled, when the pointer has moved out of the board. I first...
Now possible with extensions, see the arrows extension.
Done with version 7.1.0
Is this a guess or really tested? I ask, because this script runs on my chess server chessmail.de and is used daily by 3000 users on all devices. https://www.chessmail.de/pages/chess-computer.html Can...
Yes, now it makes sense. Right, if you use `.preventDefault()`, the mobile browser will not convert the `mousedown` into an additional `touchstart` and we can solve this by using `pointerdown`....
I don't think that individual pieces sets for b and w would be necessary. But adding more sets is easy, there are many in the lichess repository which can be...