Page tree

Versions Compared

Key

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

...

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.guide.div': false
}

툴바영역 고정

'editor.mode.sticky' 값으로 에디터에서 헤더 영역을 외부 스크롤에 고정할지 여부를 설정 합니다.  (기본값 = false)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.mode.sticky': false
}



높이 조절

'editor.resizable' 값으로 에디터의 높이 조절가능 여부를 설정합니다.  (기본값 = false)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.resizable': false
}