CKEDITOR

[CKEDITOR] CKEDITOR 사용법(언어 한글)

민덕이 2020. 10. 14. 12:01
반응형

Ckeditor란 HTML 편집기 플러그인 이라고 생각하면 된다.

필자는 Ckeditor online builder를 사용하려고 한다.

 

 

 

먼저 해당 사이트(ckeditor.com/ckeditor-5/online-builder/) 에 접속한다.

 

CKEditor 5 online builder | Rich text editor of tomorrow

Create your own CKEditor 5 build with customized plugins, toolbar and language in 5 simple steps. Available rich text editor types are classic, inline, balloon, balloon block and decoupled document.

ckeditor.com

 

 

그 다음 원하는 에디터 타입을 선택한다.

필자는 Decoupled document 형식을 사용했다.

 

 

 

원하는 플러그인을 추가한다.

필자는 Font color, Font background color 를 추가했다.

 

 

추가한 플러그인을 밑에 에디터로 드래그하여 옮긴다.

 

 

 

언어를 Korean 선택한다.

아직 Ckeditor는 한글 언어가 완벽하지 않다.

 

 

 

Start를 누르고 기다리면 Download 할 수 있다.

 

 

 

ekeditor5/sample/index.html 파일을 열어보면 정상적으로 에디터를 사용할 수 있다.

index.html 파일을 참고하여 프로젝트에 editor 기능을 추가하면 된다.

반응형