±×¸²À¸·Î º¸½Ãµí ¿öµå ¼ö¿Í ¹®ÀÚ ¼ö¸¦ º¸¿©ÁÖ´Â Ç÷¯±×ÀÎ ÀÔ´Ï´Ù.
ÇØ´ç ±Û ÀÛ¼º½Ã ¹®ÀÚ¼ö¸¦ üũÇÒ ÀÏÀÌ ¸¹À»¶§ ¾ÆÁÖ À¯¿ëÇÑ Ç÷¯±×ÀÎ ÀÔ´Ï´Ù.
config.js ¿¡¼
config.extraPlugins = 'wordcount';
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
};
·Î ¿öµå¼ö¿Í ¹®ÀÚ¼ö ¼öÁ¤ÀÌ °¡´ÉÇÕ´Ï´Ù.
|