Hi,
As an enthusiast chess player, I like to manage my games and my opening repertoire as a set of PGN files stored in a Git repository (PGN is a text file format for recording chess games). So I wanted a way to pretty-print PGN files using a CLI and integrating in my editor.
Today, it looks like most people use GUI-based software. So I decided to create a Prettier plugin that formats PGN files. Prettier is a well-known pretty-printer in the Node.js ecosystem, used to ensure consistent source code formatting in software projects. One upside of implementing this PGN formatter as a Prettier plugin is that it benefits from its editor integration.
The plugin is currently near complete, even if the project is still at an early stage. It's usable, even if there might be some bugs.
Hope you find this useful. Comments and ideas are welcome. Have a nice weekend.
Comments URL: https://news.ycombinator.com/item?id=42594896
Points: 14
# Comments: 1
Inicia sesión para agregar comentarios
Otros mensajes en este grupo.
Article URL: http://global.cafa.edu.cn/infoDetail/1/324
Comments URL: https:
Just a fun hack I did while bored over the weekend. My wife was busy shopping, it got me thinking that can VLMs solve the indoor location problem in a mall? Can I just show a VLM a map and an imag
