Stefan Haack
Stefan Haack
Hello and thank you for your thoughts. I am not sure if the PGN specification allows multiple comments after a move. It's not only about parsing, but about the data...
Okay, in that case, if you have the time to create a PR, feel free to do so. I will merge it, if it works.
Hi and thanks. This is not planned in near future. Next important will be the rendering of variations.
Thanks for your report. I will take a look to the problem.
"f3" is certainly an invalid move for black. I suspect what you meant is: ``` const ply2 = history.addMove("e5", ply1); history.addMove("f3", ply2); ```
This type of import (`import { HistoryButtons, SanMovesTable } from "cm-chessboard";`) is not really ES6 compatible, it only works with transpiling. I prefer to develop with vanilla js, without transpiling...
Hi Jordi. I am talking about a javascript importmap, like https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap. This allows you to define on a page level where packages are found. It helps if your modules are...
Hi @programarivm,this sounds like a good idea for me. But how is it guaranteed, that the websocket server is always available?
How about creating a new project together like a small open source live chess server? To and from this we could connect both sides/projects.
Seems to be a good idea for me to make this configureable. a) Only drag & drop b) Only Tap and Go c) Both But it has not the highest...