VolleyBoard SVG

by davidaffo
5
4
3
2
1
Score: 50/100

Description

Reviews

No reviews yet.

Stats

0
stars
108
downloads
0
forks
121
days
112
days
112
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
43
commits

Latest Version

4 months ago

Changelog

Changes

  • Removed direct Node filesystem access from the Obsidian plugin PDF export path.
  • Kept browser storage out of the embedded Obsidian view while preserving persistence in the standalone web app.
  • Replaced Clipboard API usage in JSON export with an Obsidian-compatible copy fallback.
  • Fixed CSS lint warnings for unsupported font keywords, duplicate selectors, and clip-path.

Notes

PDF export now saves the generated file inside the vault, next to the active note, using the Obsidian vault adapter.

README file from

Github

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:
{ ...json... }
  1. Or use the command: Insert VolleyBoard block.
  2. 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).