README file from
GithubVolleyBoard SVG (Obsidian Plugin)
VolleyBoard is a tactical volleyball whiteboard for Obsidian.
Obsidian Usage
- Enable "VolleyBoard" in Settings → Community plugins.
- Insert a block in any note:
{ ...json... }
- Or use the command:
Insert VolleyBoard block. - 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).