
Automatic snapshots
Autype creates automatic snapshots at regular intervals as you work. You don’t need to do anything — they are created silently in the background whenever your document is saved. The last 50 snapshots are retained per document. Older snapshots are automatically removed to keep the list manageable. Automatic snapshots are grouped under the “Auto-saved” section and labeled with a timestamp, the author, and a version number.Manual (named) versions
In addition to automatic snapshots, you can create named versions at any point — for example, before a major rewrite, after completing a section, or before sending a document to a client. Click the ”+ Create Version” button at the top of the panel to open the dialog:
Version actions
Each version entry shows the version name or message, author avatar and name, and relative timestamp. When you hover over a version, three action buttons appear:Diff view
Clicking the button opens a full-screen side-by-side diff view powered by Monaco Editor.
- Left side — the selected version (the older state)
- Right side — the current document (the latest state)
Markdown / JSON toggle
In the top-right corner of the diff dialog, a toggle lets you switch between Markdown and JSON view:
From the diff view, you can also click “Restore this version” to restore directly without closing the dialog first.
Restoring a version
When you restore a version (either from the hover action or from the diff view), Autype:- Creates a new snapshot of the current document state — so you can always undo the restore
- Replaces the document content with the selected version’s content
