You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Inline Comments — select text in a NoteBlock to leave comments and start threaded discussions with collaborators. Sync in real-time, and are accessible via Ctrl+Alt+M.
Fixed
Fixed NoteBlock collaborative editing architecture. Replaced the broken React state ↔ Yjs observer roundtrip with y-prosemirror's direct Y.XmlFragment binding, eliminating infinite loops and "Invalid string length" crashes. Content now flows directly between ProseMirror and Yjs without passing through React state #107.
Fixed core block collision bounds not updating after resizing, which allowed blocks to overlap the core block or hit an invisible border #106.