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 13 Current »

릴리즈 2.16.2303 이상

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

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

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

브라우저의 Web storage 영역에 저장하는 것이므로 다른 종류의 브라우저에서는 '최근 사용한 색 목록'이 공유가 되지 않습니다.

브라우저의 Web storage에 저장해 놓은 '최근 사용한 색 목록'을 삭제 시 '최근 사용한 색 목록'은 초기화됩니다.

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


  • No labels