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
In most collaborative editing applications, when a user is typing, their name appears over the cursor. This is a really helpful (and now expected UX) when collaborating in documents. This allows everyone to know who is making the current changes as they appear.
Jupyter collaboration doesn't do this. It only shows a name when you hover over the cursor. There are some improvements to that behavior we can make too, highlighted in #259.
Proposed Solution
We should change Jupyter Collaboration to always show the user's name when they are typing.
Additional context
See this video of Google docs as an example:
Collaborator-cursor.mov
The text was updated successfully, but these errors were encountered:
Hi, I am working on this issue, but when I try to use the showTooltip function to create a state field and layer for the username tooltips, the usernames do not appear. I've tried creating a custom view plugin which updates the state on keyboard events, I've also tried creating a Widget decoration to display the username directly above the cursor, and looked at the documentation of CodeMirror, but failed to make any progress. Could you please help me solve this issue? I'd appreciate any guidance or feedback you can provide on the best way to display the user's name above their cursor while they are typing in the collaborative Jupyter environment.
Problem
In most collaborative editing applications, when a user is typing, their name appears over the cursor. This is a really helpful (and now expected UX) when collaborating in documents. This allows everyone to know who is making the current changes as they appear.
Jupyter collaboration doesn't do this. It only shows a name when you hover over the cursor. There are some improvements to that behavior we can make too, highlighted in #259.
Proposed Solution
We should change Jupyter Collaboration to always show the user's name when they are typing.
Additional context
See this video of Google docs as an example:
Collaborator-cursor.mov
The text was updated successfully, but these errors were encountered: