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 5 Next »

릴리즈 2.16.0 이상

최근 사용한 색 목록 저장 기능은 브라우저의 Web Storage 영역에 최근 사용한 색 목록을 자동으로 저장해주는 기능을 말합니다.

최근 사용한 색 목록 저장 기능은 아래와 같이 설정가능합니다.

키 값을 빈 문자열로 설정하면 저장 옵션을 끈 것과 동일하게 동작합니다.

synapeditor.config.js
{
	'editor.recentColorList.key': window.location.href + '_se-recent-color-list'
}


  • No labels