mirror of
https://github.com/j2masamitu/obsidian-goboard-viewer.git
synced 2026-07-22 06:42:06 +00:00
Major new features: - SGF editor mode with interactive editing capabilities - Multiple edit modes: add stones, remove stones, add labels - Comment editing for positions - Game information editing (player names, ranks, game title) - Delete moves from current position - SGF output display and export functionality - Auto-play mode with pause control 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
353 B
JSON
10 lines
353 B
JSON
{
|
|
"id": "goboard-viewer",
|
|
"name": "Go Board Viewer",
|
|
"version": "2.0.0",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Displays Go (Weiqi/Baduk) SGF files and code blocks as interactive Go boards with playback controls for desktop and mobile.",
|
|
"author": "j2masamitu",
|
|
"authorUrl": "https://github.com/j2masamitu",
|
|
"isDesktopOnly": false
|
|
}
|