Page tree

Versions Compared

Key

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

...

SynapEditor version 2.11.0 has been released with advanced editing API and responsive view.

Major Improvements

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

...

Added Responsive View feature. You can change the editing mode to mobile phone or tablet.

Image RemovedImage Added

Image RemovedImage Added

You can set "Responsive" properties for table, image, and video by adding the options below to your config file.

Code Block
languagejs
/**
  * Whether to use responsive editing (default false)
  * If set to true, it is possible to check whether the image/video property is responsive or not.
  */
 'editor.responsive.use': true,


Image RemovedImage Added


Tables, images, and videos with responsive properties set behave as follows.

...

The UX has been improved so that you can select a single cell using the mouse.

Image RemovedImage Added

7. Improved caption position when rotating image

When rotating the image, the position on the caption is automatically adjusted so that the rotated image does not cover the caption.

Image RemovedImage RemovedImage Added Image Added