![]()
![]()
It is the plugin that allows the user to use special characters/emojis in SynapEditor.
Using this plugin, you may use more kinds of bullets through 'more' while applying 'bulleted list'.

<link rel="stylesheet" href="URL of characterPicker.min.css"> <script src="URL of characterPicker.min.js"></script> |
You may add the buttons to toolbar and menu with 'specialCharacter' and 'emoji'.
//... 'editor.toolbar': [ //..., 'specialCharacter', 'emoji' //... ], // ... |
//...
'editor.menu.definition': {
//...,
'insert': [
//...,
'specialCharacter', 'emoji',
//...
],
//...
},
//... |
| windows | mac |
|---|---|
| Ctrl+F10 | Cmd+F10 |