mliebelt / pgn-viewer

Simple PGN viewer with the necessary features to display chess games
GNU General Public License v3.0
165 stars 44 forks source link

Cut moves before #116

Open mliebelt opened 5 years ago

mliebelt commented 5 years ago

See #46 which was closed, so this is the left over part of it.

Goal:

mliebelt commented 4 years ago

The main reason to do this is the following:

When you publish now with the implementation done in #46, the whole PGN is included. So how would you handle it:

  1. Take the PGN from somewhere.
  2. Paste it to the configuration builder, in pgnEdit mode.
  3. Cut the moves before (which will give you a FEN and pgnString that fit together).

Of course, all this can be done by hand, but it is error prone.