Sharing
Coming soon. Sharing is under active development and will be available shortly. This page describes the planned functionality.
Share links
Generate a unique link for any document. Anyone with the link can view a polished, rendered version of your markdown — no account required.
- Read-only — recipients can view but not edit
- Read-write — recipients can edit the document directly
Password protection
Optionally set a password on any share link. Passwords are hashed with bcrypt — we never store them in plaintext. Recipients enter the password once per session.
Managing shares
View and manage all your active share links from the document menu. You can:
- Copy the share URL
- Change between read-only and read-write
- Add or remove a password
- Revoke a share link instantly
What recipients see
Shared documents render in a clean, public viewer with:
- Full markdown rendering with styling
- Rendered Mermaid and D2 diagrams
- Syntax-highlighted code blocks
- Responsive layout for mobile and desktop
The viewer uses the same rendering pipeline as the editor preview, so documents look consistent.
Limits
Free accounts will have 3 active share links. Pro accounts get unlimited share links with password protection. During testing, all features are free — see pricing for details.