Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
title릴리즈 Release 2.4.0 이상or Above

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

Image RemovedImage Added

Image Added

How to Use

Loading Plugin File

...

Code Block
languagejs
themeEmacs
title에디터 설정Editor Configuration
//...
'editor.toolbar': [
	//...,
	'specialCharacter', 'emoji'
	//...
],
// ...

...

Code Block
languagejs
themeEmacs
title에디터 설정Editor Configuration
//...
'editor.menu.definition': {
	//...,
	'insert': [
		//...,
		'specialCharacter', 'emoji',
		//...
	],
	//...
},
//...

...