Feature

Keyboard Shortcuts

Frequently used commands can be executed quickly with keyboard shortcuts. Below is a list of key shortcuts.

toolbar: keyboard

Shortcut List

On macOS, Ctrl corresponds to ⌘ (Command).

Ctrl+N New | Ctrl+S Save | Ctrl+Z Undo | Ctrl+Y Redo

Ctrl+B Bold | Ctrl+I Italic | Ctrl+U Underline

Ctrl+F Find & Replace | Ctrl+K Hyperlink | F11 Fullscreen

Configuration

mode: classic · 1 button
var config = Object.assign(synapEditorConfig, {
    'editor.license': synapEditorLicense,
    'editor.lang': 'en',
    'editor.toolbar': [
        'new', '|',
        'keyboard'
    ],
    'editor.menu.show': false
});

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