Page tree

Versions Compared

Key

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

...

'editor.import.selectArea.slide' 설정을 true로 설정하면 기본으로 불러올 슬라이드를 설정할 수 있습니다. PPT, PPTX 문서를 임포트 할 때 불러오기를 원하는 슬라이드의 번호를 설정할 수 있는 다이얼로그가 보여집니다.  (기본값 false)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.import.selectArea.slide': true
}

...