Page tree

Versions Compared

Key

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

...

Status
colourYellow
titleNEW!!
 
Status
colourGrey
titleRELEASE 2.8.0 OR ABOVE

도형It is a plug-in that allows you to insert and edit shapes (SVG)을 삽입하고 편집 할 수 있는 플러그인입니다.

사용방법

...

How to use

Loading plugin files

Code Block
languagexml
themeEmacs
<!-- ShapEditor plugin include -->
<script src="plugins/shapeEditor/shapeEditor.min.js"></script>
<link rel="stylesheet" href="plugins/shapeEditor/shapeEditor.min.css">

<!-- SEShapeManager module include -->
<script src="externals/SEShapeManager/SEShapeManager.min.js"></script>

UI

플러그인 이름인 You can add buttons to the toolbar area and menu area using the plugin name 'shapeEditor'을 사용하여 툴바 영역, 메뉴 영역에 버튼을 추가할 수 있습니다.

...

Add to Toolbar

Code Block
languagejs
themeEmacs
title에디터 설정
//...
'editor.toolbar': [
	//...,
	'shapeEditor',
	//...
],
// ...

...