CK에디터 플러그인 - 트위터 같은 글자수 카운트 및 글자수 제한 |
등록일 | 2023-03-31 |
---|
에디터에 트위터의 그것 처럼 WORD COUNTER를 달아보자.
다운로드 이후 다른 플러그인 처럼 설치해주세요. 위 스크린샷 처럼 한글화 해두었습니다.
notification.zip wordcount.zip
필수
config.extraPlugins = 'wordcount,notification';
옵션설정
config.wordcount =
{ // Whether or not you want to show the Word Count
showWordCount: true,
// Whether or not you want to show the Char Count
showCharCount: false,
// Maximum allowed Word Count
maxWordCount: 4,
// Maximum allowed Char Count
maxCharCount: 10 };
저작권
http://w8tcha.github.io/CKEditor-WordCount-Plugin/
ps. 브라우저 캐시 재설정이 필요합니다.