SirEdvin50 downloadsSync Excalidraw drawings from vault frontmatter into ExcaliDash.
Sync the current Obsidian Excalidraw note to ExcaliDash by using frontmatter opt-in metadata.
It supports multiple different ExcaliDash instances, sync to collections, one-way (by default) or bidirectional sync.
/api routes internally.For now, ExcaliDash don't support any api keys, PR for this already opened, for now you can use docker images from my fork or use username/password and wait for PR to be merged.
excalidash-destination: home
excalidash-collection: My collection # optional id, name, or title
excalidash-sync: obsidian-to-excalidash # or bidirectional
excalidash-id: generated-after-first-sync
excalidash-version: 4
excalidash-last-hash: sha256-like-browser-hash
excalidash-last-synced: 2026-05-13T12:00:00.000Z
excalidash-collection is set, the plugin fetches /collections, resolves id first and then exact name/title, and fails that drawing if no collection matches.excalidash-collection can move an existing remote drawing.excalidash-last-hash.compressed-json Excalidraw notes are not supported; convert the note to plain JSON or use Obsidian-to-ExcaliDash sync for those files.