Auto Save
Auto save refers to a feature that automatically saves the content being edited to the browser's Web Storage area.
Whether to use auto save and the save interval can be configured as follows.
Unit: ms (default: 60000)
// synapeditor.config.js
{
'editor.autoSave': true,
'editor.autoSave.period': 60000,
}
Saved information can be loaded into the editing area using "
Load Auto-Saved Document".
Related Features
- Load Auto-Saved Document