Page tree

Versions Compared

Key

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

 

사이냅에디터 Synap Editor version 2.2.0 버전이 릴리즈되었습니다has been released.

설정파일이 Configuration file has been changed to synapeditor.config.js로 변경되었으며 설정파일에서 기본스타일 지정기능이 추가되었습니다.

...

js and the feature to designate the default style has been added to the configuration file.

Major Improvements

Table of Contents
minLevel3

설정파일변경 및 기본스타일 지정

...

Changing the Configuration File and Designating the Default Style

  • Configuration file for the Editor has been changed from defaultConfig.json to synapeditor.config.js로 변경되었습니다.설정을 통해 에디터에 기본스타일 지정 할 수 있습니다.설정 키js.
  • You may designate the default style for the Editor through the configuration.
  • Configuration 

가로스크롤

...

Horizontal Scroll

  • You may enable or disable the horizontal scroll in the Editor through the configuration.
    • Configuration Key : "editor.horizontalScroll"
    • 기본값 Default Value : true
editor.horizontalScroll : trueeditor.horizontalScroll : false

에디터 높이 조절

...

Adjusting the Editor Height

  • You may determine whether the Editor height can be adjusted through the configuration.
    • Configuration Key :  "editor.resizable"
    • 기본값 Default Value : false


editor.resizable : trueeditor.resizable : false

표 붙여넣기 옵션 처리

  • 표 붙여넣기시 상황에 따라 옵션을 선택할 수 있도록 기능이 추가되었습니다.
    Image Removed

에디터 업로드 이벤트 추가

...


Handling Table Pasting Options

  • The feature to allow the users to choose the option depending on the circumstances when they paste tables.
    Image Added

Adding an Upload Event to the Editor

  • before and after UploadImage/UploadVideo/UploadFile Events have been added.
    • beforeUploadImage

    • afterUploadImage

    • beforeUploadVideo
    • afterUploadVideo
    • beforeUploadFile
    • afterUploadFile
  • 자세한 내용 보기 For more details Events

레이어 가이드 표시

...


...

Showing Layer Guide

  • Show layer guide in the Editor through the configuration.
    • Configuration Key : "editor.guide.div'"
    • 기본값 Default Value : false
editor.guide.div : trueeditor.guide.div : false


...