 # GoBoard GoBoard is a plugin for [Obsidian](https://obsidian.md/) that renders [Go game](https://en.wikipedia.org/wiki/Go_(game)) diagrams (also known as Weiqi or Baduk). [](LICENSE) [](https://github.com/dsokolov/goboard/releases/latest) [](https://obsidian.md/plugins?id=goboard) Language: **English** • [Русский](README-ru.md) • [中文](README-zh.md) ## Installation If you don't have Obsidian installed yet - [download it](https://obsidian.md/download). To install [click here](https://obsidian.md/plugins?id=goboard), or follow these steps: 1. In the Obsidian application, open the community plugins settings: `Settings -> Community plugins`. 2. If you haven't done this yet, you'll need to enable support for third-party plugins `Turn on community plugins`. 3. Go to plugin selection by clicking `Browse`. 4. In the search bar, enter `GoBoard`. 5. Select the plugin, click `Install`, and after installation is complete - `Enable`. 6. Done, now you can draw diagrams! Other installation methods are described in [installation.md](./docs/en/installation.md) ## Usage Diagrams are drawn based on [markdown code blocks](https://www.codecademy.com/resources/docs/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
```goboard size 9x9 B G7 W C3 ```  For more usage examples, see [examples.md](docs/en/examples.md). ## Building the project See [build.md](/docs/en/build.md) ## Issues and suggestions If you found a bug or have suggestions for improvement - don't hesitate to [create issues](https://github.com/dsokolov/goboard/issues)! ## License MIT License - see the [LICENSE](LICENSE) file for details.