
GoBoard is a plugin for Obsidian that renders Go game diagrams (also known as Weiqi or Baduk).
Language: English • Русский • 中文
If you don't have Obsidian installed yet - download it.
To install click here, or follow these steps:
Settings -> Community plugins.Turn on community plugins.Browse.GoBoard.Install, and after installation is complete - Enable.Other installation methods are described in installation.md
Diagrams are drawn based on markdown code blocks with the goboard syntax specified.
For example, the following code will draw an empty 9x9 goban:
```goboard size 9x9 ```

To place stones on the diagram, use B <position> and W <position> for black and white stones respectively. For example:
```goboard size 9x9 B G7 W C3 ```

For more usage examples, see examples.md.
See build.md
If you found a bug or have suggestions for improvement - don't hesitate to create issues!
MIT License - see the LICENSE file for details.