Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

릴리즈 2.4.0 이상

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'.

How to Use

Loading Plugin File

<link rel="stylesheet" href="URL of characterPicker.min.css">
<script src="URL of characterPicker.min.js"></script>

UI

You may add the buttons to toolbar and menu with 'specialCharacter' and 'emoji'.

Adding to Toolbar

에디터 설정
//...
'editor.toolbar': [
	//...,
	'specialCharacter', 'emoji'
	//...
],
// ...

Adding to Menu

에디터 설정
//...
'editor.menu.definition': {
	//...,
	'insert': [
		//...,
		'specialCharacter', 'emoji',
		//...
	],
	//...
},
//...

Shortcut

windowsmac
Ctrl+F10Cmd+F10
  • No labels