Page tree

Versions Compared

Key

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

...

Synap Editor version 2.12.0 has been released.

...

Major Improvements

Table of Contents
maxLevel2
exclude\d.\d.\d[(\d. )]*
stylenone

...

Added shortcuts to quickly select single cells cell in a table.

OSShortcut

Windows

Ctrl + Shift + s

Mac

Cmd + Shift + s

...

Code Block
languagexml
titleTextarea
<textarea id="synapEditor"><p>Initialize the Synap Editor.</p></textarea>


Initialization result

에디터 초기화 결과Image RemovedImage Added


For details, refer to the installation guide


5. Add callback function argument to setMode()

...

에디터의 모드(편집, 미리보기, 소스코드 보기) 변경을 위한 setMode() 의 인자로 콜백함수가 추가되었습니다.

...

A callback function has been added as an argument of setMode() for changing the editor mode (edit, preview, view source code).

Please refer to the API guide for details.