에디터에 트위터의 그것 처럼 WORD COUNTER를 달아보자. 다운로드 이후 다른 플러그인 처럼 설치해주세요. 위 스크린샷 처럼 한글화 해두었습니다. 필수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 }..