Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Auto save features save   

자동 저장은 브라우저의 Web Storage 영역에 편집중인 내용을 자동으로 저장해주는 기능을 말합니다Autosaving refers to the feature that automatically saves the currently editing contents into Web Storage of the browser..

To use auto save autosaving feature, you need to set the following preferences.

Unit: ms (default = 60000)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.autoSave': true,
	'editor.autoSave.period': 60000,
}
저장된 정보는 "Image Removed 자동저장문서 불러오기"를 이용하여 편집영역에 불러 올 수 있습니다.


관련기능

자동저장문서 불러오기

Saved contents can be loaded to the editing window through "Image Added Open Autosave".