Skip to main content
Version: v2.10.0

Auto-Save

Yeedu notebooks save themselves as you work. No configuration is required.

Auto-Save

How It Works

  • The editor watches for typing in a cell and starts a debounce timer when you stop.
  • The notebook is saved automatically a few seconds after typing stops, 3 seconds in a code cell, 2 seconds in a Markdown cell.
  • An orange dot marks unsaved changes. Its tooltip reads Unsaved changes; once the save lands the dot turns green and the tooltip reads All changes saved.
  • An autosave raises no toast. Only a manual save reports success.

Saved Indicator

The second row of the editor top bar shows the last save as:

Last saved: <timestamp> (<relative>)

Saving Manually

You don't have to wait for the timer:

MethodDetail
Save iconThe disk icon on the editor top bar. Its tooltip reads Save Notebook.
KeyboardCtrl + S

See Keyboard Shortcuts for the full list.

Markdown Cells

We save Markdown cells through the same mechanism as code cells.

See Also