autosave history and undo
autosave protects draft work, and history keeps per-document snapshots in the browser session so users can recover recent edits.
quick answer
write normally. the app saves after short pauses and before tab close.
use this for
- recovering recent changes
- explaining why a refresh kept the draft
- debugging a save conflict
steps
- type or paste in the editor.
- wait briefly for autosave.
- use undo for recent local changes.
- open history to inspect saved snapshots.
- reload only after autosave has had a moment to finish.
details to know
- autosave runs after input, blur, visibility changes, and before unload.
- new documents are minted on first real content.
- existing documents save content, html, word count, format, and score.
- versioned saves protect against stale writes.
limits and edge cases
- history is not a replacement for full account export.
- read-only lock states block autosave writes.
ready to use the product instead of reading about it?
open app