Page tree

Versions Compared

Key

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

사이냅 에디터에서 글머리기호, 글머리번호를 직접 표현하고 있습니다.

아래와 같이 설정하면 기본 HTML 글머리렌더링기능을 사용 할 수 있습니다.

설정

Bullets and bullet numbers are expressed in different ways in Synap Editor.

If you set it as below, you can use the basic HTML bullet rendering function.

Configuration

Key설명
editor.useHTMLList2.8.0 기본 HTML 글머리렌더링을 설정합니다Sets default HTML bullet rendering.

설정예시

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.useHTMLList': true
}

해당옵션을 true로 사용 할 경우, 다단계 글머리는 지원을 하지 않습니다. 툴바에서 제거하시고 사용하시기를 권장드립니다If this option is used as true, multi-level bullets are not supported. It is recommended to use it after removing it from the toolbar.

'editor.useHTMLList': false (기본값)

'editor.useHTMLList': true 

Image Modified

Image Modified