Page tree

Versions Compared

Key

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

브라우저에 에디터가 로딩된 이후 편집영역에 포커스를 지정하여 바로 입력이 가능한 상태로 설정 할 수 있습니다.

Once the Editor is loaded on your browser, you put the focus onto the editing window to allow prompt entry.

Use 'editor.initFocus'  설정으로 포커스 지정 여부를 설정합니다. (기본값 true)key to set the initial focus onto the Editor (true by default).

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.initFocus': true
}

...