Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

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

단위: ms (기본값 = 60000)

synapeditor.config.js
{
	'editor.autoSave': true,
	'editor.autoSave.period': 60000,
}


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

  • No labels