프로필 사진
사이트 제작자는 한빛가람(みらい)으로 불리는 사람입니다.

[블로그] Ckeditor5에서 엔터 br처리

글 작성자 : 서현입니다 작성일자 : 2022-11-25 21:01:49

ClassicEditor

.create( document.querySelector( '.editor' ), {

 

licenseKey: '',
 

} )

.then( editor => {

window.editor = editor;

 

editor.editing.view.document.on('enter', (evt, data) => {

editor.execute('shiftEnter');

data.preventDefault();

evt.stop();

editor.editing.view.scrollToTheSelection();

}, {

priority: 'high'

});


 

} )

.catch( error => {

console.error( 'Oops, something went wrong!' );

console.error( 'Please, report the following error on https://github.com/ckeditor/ckeditor5/issues with the build id and the error stack trace:' );

console.warn( 'Build id: 6dzcrgde47b-yl6g5rku5cdm' );

console.error( error );

} );

 

직접 빌드해서 처리했음.


번호 제목 작성자 날짜
공지 한빛가람 소프트웨어 배포 라이선스 서현입니다 18-03-17
공지 서버이전예정 서현입니다 23-02-24
12 sssdsd 서현입니다 18-05-27
11 [비밀글] 1st Studio 공모전 채점결과 - Plum 서현입니다 18-03-21
10 [비밀글] 1st Studio 공모전 채점결과 - 밀캣 서현입니다 18-03-21
9 [비밀글] 1st Studio 공모전 채점결과 - in my dream 서현입니다 18-03-21
8 [비밀글] ㅁㄴㅇㄹㅇㄴ 서현입니다 18-03-04
7 [비밀글] 완두파티 해명글 서현입니다 18-01-07
6 F.L Project - 동결 서현입니다 18-01-03
5 [비밀글] [독자연구]DBMS - 분석자료 서현입니다 17-12-07
4 [비밀글] 모에워크 개발부분 입회 신청서 케프 17-12-02
3 보안 정책 테스트 서현입니다 17-11-13
2 [비밀글] 10월 28일 일정 서현입니다 17-10-28
1 태블릿에 우분투 설치하다 관둔.. 서현입니다 17-10-22