...
목록의 사용자 이름을 클릭하면 해당 사용자의 캐럿 위치로 이동합니다.
설정 방법
'editor.toolbar' 설정에 'collaborator'를 추가해 설정합니다.
...
'editor.toolbar' 설정에 'updateHistory'를 추가해 다이얼로그를 실행하는 버튼을 추가할 수 있습니다.
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
//...
'editor.toolbar': [
'paragraphStyleWithText', '|', 'fontFamilyWithText', '|', 'fontSizeWithText', '|', ...
'updateHistory', '|', // updateHistory 추가
'bold', 'italic', 'underline', 'strike', ....
]
// ... |
...


