Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

RELEASE 2.3.0 OR ABOVE

자동 리스트 삽입은 *, -, #, 1. 등의 텍스트를 입력 후 Space 입력시 자동으로 리스트가 삽입되는 기능입니다.


'editor.autoList' 값을 false로 설정하여 자동으로 리스트가 삽입되지 않도록 설정이 가능합니다. (기본값 true)

const synapEditorConfig = {
	...
	/**
	 * '*, -, #, 1. + space'를 사용하여 글머리 기호/번호를 삽입하는 기능의 사용 여부를 설정합니다.
	 */
	'editor.autoList': true,
	...
};
editor.autoList: true (기본값)editor.autoList: false

  • No labels