Page tree

Versions Compared

Key

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

Status
title릴리즈 Release 2.3.0 이상or Above

With 'editor.table.handle' setting, you may determine whether you use table editing handle or not (default = true).

...

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


editor.table.handle : Image Removed
true
(default)
editor.table.handle : false

Image Removed

Image Removed

Image Removed

Image Added

Image Added

false

Image Added

Image Added

When you set the table editing handle to false and apply additional features like buttons to insert rows and columns to "Table Editing Balloon Popup", you can enjoy more efficient editing. Please refer to Balloon Popup Configuration.

Image Removed
Application Example
Result of Applying Table Editing Balloon Popup Configuration

Image Added