Page tree

Versions Compared

Key

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

...

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.ui.button.size': 35
}


설정하지 않았을 때 (기본)

"editor.ui.button.size": 28

"editor.ui.button.size": 40

...

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.plugins': [
		'pluginName1',
		{ name: 'pluginName2', position: {}}
	]
}