Bỏ qua đến nội dung

Chess FEN Visualizer

Chờ xử lý #anki #addon #chess #fen #visualizer
https://github.com/lwerdna/anki-fen-vis
20/8/2023

Cách tải addon Chess FEN Visualizer

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

841766736

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 841766736 và copy

2

Mô tả chi tiết

UPDATED 2023-08-20 to address issues in comments and on github! Thank you for your feedback! Please leave future issues on the linked github page.

Display a chess position in Forsyth–Edwards Notation.

Example: Just put [fen]rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1[/fen] on a card.

This add-on does the display by rendering an inline SVG produced from python-chess.

You can configure the board size, square color, and whether or not coordinates are displayed from the add-on manager.


Screenshots


Liên kết hỗ trợ


Reviews (2)

👍 2023-02-21

Thanks for the add-on. I have the same problem as the user before me:

When loading ‘⁨Chess FEN Visualizer⁩’:

⁨Traceback (most recent call last):

File “aqt.addons”, line 247, in loadAddons

File “/home/USER/.local/share/Anki2/addons21/841766736/init.py”, line 7, in <module>

from .chess import svg

File “/home/USER/.local/share/Anki2/addons21/841766736/chess/svg.py”, line 26, in <module>

import anki_fen_vis.chess as chess

ModuleNotFoundError: No module named ‘anki_fen_vis

👍 2023-01-12

Hi, thanks for the addon! Sadly it does not work yet, here is an error I get on MacOS:

An add-on you installed failed to load. If problems persist, please go to the Tools>Add-ons menu, and disable or delete the add-on.

When loading ‘⁨Chess FEN Visualizer⁩’:

⁨Traceback (most recent call last):

File “aqt.addons”, line 244, in loadAddons

File “/Users/XXX/Library/Application Support/Anki2/addons21/841766736/init.py”, line 7, in <module>

from .chess import svg

File “/Users/XX