- assigned_to: BilgeGates
Originally created by: BilgeGates
Originally owned by: BilgeGates
ChessVision currently exports positions as images (PNG/JPEG/SVG) or FEN strings. There is no way to export a game or study as a PGN file — the universal format accepted by every chess tool (Lichess, Chess.com, ChessBase, Scid, Arena, etc.).
Composers, analysts, and teachers who build positions in ChessVision cannot hand off their work to other chess software without manually re-entering the position.
Add a PGN Export action that generates a standards-compliant .pgn file from the current board state.
Minimum viable output:
[Event "ChessVision Export"]
[Site "https://chessvision.org"]
[Date "2026.06.26"]
[White "?"]
[Black "?"]
[Result "*"]
[FEN "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"]
[SetUp "1"]
*
Scope for this release:
chess_position.pgnOut of scope for this release:
PGN is the interchange format of the chess world. Composers preparing diagrams for books or publications, analysts sharing positions with students, and puzzle setters submitting to databases all need PGN. Without it, ChessVision is a dead end — the position cannot travel further.