tldraw/obsidian-plugin

Support live sync/collaboration

开放

#49 创建于 2024年9月12日

 (3 条评论) (0 个反应) (0 位负责人)TypeScript (22 个派生)github user discovery
help wanted

仓库指标

星标
 (420 个星标)
PR 合并指标
 (平均合并 15小时 27分钟) (30 天内合并 6 个 PR)

描述

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.

贡献者指南