Page tree

Versions Compared

Key

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

Status
colourYellow
titleNEW!!
 
Status
title릴리즈 2.38.0 이상

'editor.tablediv.handle' 설정으로 표 설정으로 레이어 편집 핸들을 사용할지 여부를 설정합니다. (기본값 = true)

false로 설정시 행, 열 선택 및 삽입 핸들이 사라지며, 풍선팝업에 행, 열 삽입버튼이 추가됩니다레이어를 이동, 리사이즈 할 수 있는 편집핸들이 사라지고 레이어 안쪽 글자들을 일반 문단의 글자처럼 취급됩니다.

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.tablediv.handle': true,
}


표 편집 풍선팝업 설정 예시Image Removed
editor.table.handle : true(기본)editor.table.handle : false

Image Removed

Image Removed

Image Removed

Image Removed

표 편집 핸들을 false로 설정한 경우 "표 편집 풍선팝업"에 행/열 추가 버튼 등 추가기능을 적용하시면 원한할 편집이 가능합니다. 풍선팝업 설정을 참고하세요.

Image Added

Image Added