With Relay, you can collaborate with your team in real time on Obsidian's core Canvas tool. Great for mind maps, white boarding, process flows, etc.
Note: This feature is in beta
It's open to all, but special steps are required to enable it.
Join the
canvas-betachannel on the Relay Discord server to get setup instructions.
Canvas is a core Obsidian plugin that allows you to visualize your notes and their connections. It uses an open file format developed by the Obsidian team called JSON Canvas.
Canvas showcase from danlandrum on the Obsidian Forum
While .canvas files can be synced as binary (atomic units) like any other file, real-time multiplayer requires a specialized CRDT implementation within Relay. The reason is that markdown files — the first format we built support for at Relay — are backed by a single text CRDT, but Canvas files have multiple block types, inline text nodes, and even embedded markdown files.
Canvas multiplayer is out now in beta. Try it out to see your collaborators actions in real time. Join the Relay Discord server and visit the #canvas-beta channel to get started.
If Canvas multiplayer is important for your workflow:
#canvas-beta channel