# VolleyBoard SVG (Obsidian Plugin) VolleyBoard is a tactical volleyball whiteboard for Obsidian. ## Obsidian Usage 1. Enable "VolleyBoard" in Settings → Community plugins. 2. Insert a block in any note: ```volleyboard { ...json... } ``` 3. Or use the command: `Insert VolleyBoard block`. 4. Click the board to open the editor, make your changes, then use `Save and close`. Changes are saved back to the same block you opened. ## Web App VolleyBoard is also available as a web app. Open `docs/index.html` with a static server (for example: `python -m http.server 8080 -d docs`).