Page tree

Versions Compared

Key

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

...

'editor.ui.button.size'  설정으로 버튼의 크기를 조절할 수 있습니다. (기본값 = 35, 최소값 = 22, 단위 px)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.ui.button.size': 35
}


설정하지 않았을 때

Image Modified

"editor.ui.button.size": 28

Image Modified

"editor.ui.button.size": 40

Image Modified

고급 설정

포커스 지정

'editor.initFocus' 설정으로 에디터 첫 로딩후 안쪽으로 포커스 지정 여부를 설정합니다. (기본값 = true)

...