xyhp915 / logseq-chess

A Logseq plugin for rendering chessboards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logseq Chess

A Logseq plugin for rendering chessboards

đź›  In development

Usage

Chess Positions

Create chess fenced code block in your document and supply positions with fen property:

```chess
fen: rnbqkbnr/pppp1ppp/8/4p2Q/4P3/8/PPPP1PPP/RNB1KBNR b KQkq - 1 2
```

You can also draw the arrows on the board:

```chess
fen: r1bqkbnr/pppp1ppp/2n5/1B2p3/4P3/5N2/PPPP1PPP/RNBQK2R w KQkq - 0 1
arrows: f3->e5 b5->c6
```

Inspired by

Chess Viewer for VSCode

Icon

by Izaz Mahmud Sakib / Noun Project

Licence

MIT

About

A Logseq plugin for rendering chessboards

License:MIT License


Languages

Language:TypeScript 67.2%Language:JavaScript 20.4%Language:HTML 12.4%