Special Character / Emoji

Special character icon Emoji icon

Release 2.4.0 and above.

A plugin that allows special characters/emoji to be used in Synap Editor.

When this plugin is used, you can use various bullets through 'More' when entering 'Bullet symbols'.

Special character / emoji example

How to Use

Loading Plugin Files

<!-- The SynapEditor object must exist for this to take effect,
     so include after the editor script files. -->
<script src="url of characterPicker.min.js"></script>
<link rel="stylesheet" href="url of characterPicker.min.css">

UI

Using 'specialCharacter' for special characters and 'emoji' for emoji, you can add buttons to the toolbar area or the menu area.

Add to Toolbar

// Editor configuration
//...
'editor.toolbar': [
    //...,
    'specialCharacter', 'emoji'
    //...
],
// ...

Add to Menu

// Editor configuration
//...
'editor.menu.definition': {
    //...,
    'insert': [
        //...,
        'specialCharacter', 'emoji',
        //...
    ],
    //...
},
//...

Shortcut

windowsmac
Ctrl+F10Cmd+F10