Editor stats

Adds inside statusbar several options: chars and words count

Jodit.make('#editor', {
  showCharsCounter: true,
  countHTMLChars: true,
  showWordsCounter: true
});

Classes