tldraw/obsidian-plugin

Support live sync/collaboration

オープン

#49 opened on 2024/09/12

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (22 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (420 個のスター)
PR merge metrics
 (平均マージ 15h 27m) (30d で 6 merged PRs)

説明

When using obsidian with a sync plugin setup, either official or self-hosted, the underlying markdown file to the tldraw drawing gets synced, but until you close and reopen the selected drawing in the receiving client, the markdown doesn't get re-read.

This means live collaboration doesn't really work using this plugin, as it does on tldraw.com. I'm wondering if there's a way to tap into the collaboration functionality on tldraw.com, or would it require users to create their own sync servers?

Perhaps as a compromise this plugin could listen for changes to the underlying markdown file and tell the tldraw window to re-read it? Would probably require some kind of merge conflict handling.

コントリビューターガイド