Editor Mode

Preview mode

A read-only mode that displays content without editing tools. Used for reviewing output or publishing content.

mode: preview read-only

SynapEditor 3.0 Release Notes

SynapEditor 3.0, the web-based WYSIWYG HTML editor, has been officially released.

Key Changes

  1. New table handle UI — instantly add, align, and resize rows/columns on hover.
  2. Document mode pagination performance improved (2.4x average)
  3. Improved context toolbar design in Inline mode
  4. Comprehensive accessibility (ARIA) review and keyboard navigation improvements

Compatibility

Works on Chrome 110+, Edge 110+, Safari 16+, and Firefox 115+.

Configuration

mode: preview
var config = Object.assign(synapEditorConfig, {
    'editor.license': synapEditorLicense,
    'editor.lang': 'en',
    'editor.type': 'preview'
});

// Create editor instance
var editor = new SynapEditor('synapEditor', config, initialHtml);