Page tree

Versions Compared

Key

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

저장된 문서들의 추가/삭제된 이력을 비교할 수 있는 플러그인입니다.

// 플러그인 소개영상


사용방법

UI

...

Code Block
languagejs
themeEmacs
title에디터 설정
//...

...


'editor

...

.menu.definition': {
	//...,
	'tools': [

...


		//...,

...


		'documentComparison',

...


		//...

...


	],
	//...
},
//...