Export `Node[A]` or chess tree to different format
lenguyenthanh opened this issue · 4 comments
Similar to #536, We could potentially implement different type classes to export Node[A]
(which is the presentation of chess tree, pgn) to different formats. Here are some examples on top of my head:
- Binary (using compression)
- Latex, this will leads to bazillion different formats (pdf, markdown)
Anyone working on this?
I'd like to have a look
Hey, thanks for interested in the issue. Probably no one is working on this. But tbh, this is quiet difficult task. It is probably similar to this: #562 and it's follow up PRs, but a bit more complicated I think. I'm not sure how to handle it yet.
If you still interested I can probably write more about how it should be solved and maybe some step by step guide to work on this. But I don't have that on top of my head right now.
Ok, thanks, if you could provide a little more context, I could analyze the problem and propose a solution before I start implementing.
great, I'll try to find time to write it down then. I'll probably do it this weekend.