This is great but collaboration is hard without some kind of tracked changes / commenting / critic markdown. Should not be too hard to implement? (I guess this is more about the server end than the Obsidian plug-in, as we already can use other plugins like Sidebar Highlights on the Obsidian side).
On feasibility, you are already on Yjs, so you could use that ecosystem. Yjs relative positions survive concurrent edits, which is the usual basis for comment anchors, and TipTap and ProseMirror both have suggestion/comment extensions built on exactly that. So this looks like a natural extension of what you have . Is either on your roadmap? If there is appetite but it is a question of priority, I am happy to test early builds and feed back.
This is great but collaboration is hard without some kind of tracked changes / commenting / critic markdown. Should not be too hard to implement? (I guess this is more about the server end than the Obsidian plug-in, as we already can use other plugins like Sidebar Highlights on the Obsidian side).
On feasibility, you are already on Yjs, so you could use that ecosystem. Yjs relative positions survive concurrent edits, which is the usual basis for comment anchors, and TipTap and ProseMirror both have suggestion/comment extensions built on exactly that. So this looks like a natural extension of what you have . Is either on your roadmap? If there is appetite but it is a question of priority, I am happy to test early builds and feed back.