Synap Editor 3.0.0

Released: 2023. 12. 28

Synap Editor 3.0.0 has been released with real-time collaboration and PowerPoint import.

Highlights

1. Real-time collaboration plugin

A new plugin that lets multiple users edit a single document together in real time.

2. PowerPoint import

Import PowerPoint files (.pptx, .ppt). When "partial slide import" is enabled, you can choose which slides to bring in.

3. AI Write Supporter with DALL·E

The AI Write Supporter plugin now integrates with a generative-image AI, so you can also generate images.

4. Placeholder plugin

A new plugin lets you configure HTML to show when the editor is empty.

5. Image-to-text (OCR) plugin improvements

  • Added select mode, move mode, and zoom shortcuts for easier use
  • New getHTMLByOCRData API converts OCR-extracted image data into an HTML string

6. getPublishingHtml() — option to omit content width

The getPublishingHtml() API now accepts an option to omit the content width.

editor.getPublishingHtml({ contentWidth: false });

See: getPublishingHtml