Collaboration

Sharing

Share documents with live cursors, simultaneous editing, and link-based access control.

FAQ ↓

Jenni documents can be shared with anyone through a link. Every collaborator who joins can edit in real time, with changes merged automatically across all connected clients.

Share modal showing collaborator list with owner and editors, a share link with Copy Link button, and Revoke Link option
Fig 1The share modal, showing the collaborator list with roles, a copyable share link, and the option to revoke access.

Sharing a Document

  1. Open the document you want to share
  2. Click Share in the top-right corner of the editor
  3. Copy the generated link
  4. Send the link to your collaborators

Anyone who opens the link is added as an editor with full editing access. No Jenni account is required to view, but collaborators must sign in to edit.

All share links grant editor access. If you need read-only sharing, use the Publish feature instead.

Live Cursors

Each collaborator receives a uniquely colored cursor labeled with their name. As they move through the document, you can see exactly where they are working. Cursor colors are assigned automatically and persist for the duration of the session.

This helps you coordinate edits without stepping on each other’s work.

Simultaneous Editing

Multiple people can type at the same time in the same document. Jenni uses a CRDT-based merge engine (Y.js) to reconcile changes automatically, so there is no need to lock sections or take turns. Edits from all collaborators are applied in real time and conflicts are resolved without manual intervention.

Presence Indicators

Collaborator avatars appear in the top bar of the editor. Each avatar shows whether the collaborator is currently online or offline. This lets you see at a glance who is active in the document.

Managing Collaborators

To view and manage who has access:

  1. Click Share to open the share modal
  2. Browse the list of current collaborators
  3. To remove someone, click the remove button next to their name. Access is revoked immediately.

You can also revoke a share link entirely. When a link is revoked, no new users can join through it. Existing collaborators who already accessed the document retain their access until removed individually.

Share modal with collaborator list and share link
The share modal showing active collaborators, their online status, and the generated share link.

Offline Editing

If your connection drops, you can continue editing. Changes are queued locally and sync automatically when the connection is restored. A connection status indicator in the editor shows whether you are online, reconnecting, or offline.

Edits made by other collaborators while you were offline will merge with yours upon reconnection.

Best Practices

Troubleshooting

ProblemCauseFix
Cannot see other collaborators’ cursorsBrowser tab may have lost focus or WebSocket disconnectedRefresh the page and confirm the connection indicator shows online
Changes not syncingNetwork interruption or firewall blocking WebSocket connectionsCheck your internet connection; edits will sync automatically once reconnected
Share link not workingLink may have been revoked or the document deletedGenerate a new share link from the share modal

Frequently Asked Questions

How do I share my Jenni document with someone?
Open your document, click Share in the top-right corner, copy the generated link, and send it to your collaborator. Anyone with the link can join as an editor.
Do collaborators need a Jenni account to view my document?
No account is needed to view a shared document, but collaborators must sign in to a Jenni account to make edits.
Can I share a document as read-only?
Share links always grant editor access. For read-only sharing, use the Publish feature instead, which creates a public read-only link.
How do I remove someone from my shared document?
Click Share to open the share modal, find the collaborator in the list, and click the remove button next to their name. Their access is revoked immediately.
What happens if I lose internet while editing a shared document?
You can keep editing offline. Your changes are saved locally and sync automatically when your connection is restored. Edits from other collaborators merge with yours upon reconnection.
Can multiple people edit the same document at the same time?
Yes. Jenni supports simultaneous editing with live cursors. All changes are merged automatically in real time using a conflict-free merge engine.
How do I revoke a share link so no one else can join?
Open the share modal and click Revoke Link. New users can no longer join through that link, but existing collaborators keep their access until you remove them individually.