Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

 

Synap Editor version 2.2.0 has been released.

Configuration file has been changed to synapeditor.config.js and the feature to designate the default style has been added to the configuration file.

Major Improvements

Changing the Configuration File and Designating the Default Style

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


Handling Table Pasting Options

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

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


  • No labels