Editor Mode
Preview mode
A read-only mode that displays content without editing tools. Used for reviewing output or publishing content.
SynapEditor 3.0 Release Notes
SynapEditor 3.0, the web-based WYSIWYG HTML editor, has been officially released.
Key Changes
- New table handle UI — instantly add, align, and resize rows/columns on hover.
- Document mode pagination performance improved (2.4x average)
- Improved context toolbar design in Inline mode
- Comprehensive accessibility (ARIA) review and keyboard navigation improvements
Compatibility
Works on Chrome 110+, Edge 110+, Safari 16+, and Firefox 115+.
Configuration
var config = Object.assign(synapEditorConfig, { 'editor.license': synapEditorLicense, 'editor.lang': 'en', 'editor.type': 'preview' }); // Create editor instance var editor = new SynapEditor('synapEditor', config, initialHtml);