Page tree

Versions Compared

Key

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

Auto save features save   

자동 저장은 브라우저의 Web Storage 영역에 편집중인 내용을 자동으로 저장해주는 기능을 말합니다.

To use auto save 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,
}


저장된 정보는 " 자동저장문서 불러오기"를 이용하여 편집영역에 불러 올 수 있습니다.