You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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:The text was updated successfully, but these errors were encountered: