文字数カウント-button
https://gyazo.com/e008e13ab0fb85602bc70e4583674410
文字数カウント-button.icon ← ボタン
/icons/hr.icon
ここがカウントされる
文字数制限付きのレポートの執筆が捗る
/icons/hr.icon
[/icons/hr.icon] で挟まれた最初の領域に含まれる文字数をカウントする
編集モードでの文字数ではなくて,見た目の文字数をカウントする
数式もカウントする
半角空白やタブ文字を除去してからカウントする
単語数ではなく文字数
/icons/hr.icon
a
code:button.js
(function(){for(var g=0,c=document.querySelector(".lines"),c=c.querySelectorAll(".line"),d=!1,e=1;e<c.length;e++){var a=ce.querySelector(".text").cloneNode(!0),b=a.querySelector('img.iconsrc="/api/pages/icons/hr/icon"');if(d&&b)break;if(b)d=!0;else if(d){for(var b=a.querySelectorAll(".formula"),f=0;f<b.length;f++){var h=bf,k=h.querySelector("annotation");h.innerHTML=" $"+k.innerHTML+"$ "}a=a.innerText.trim().replace(/ /g,"");g+=a.length}}alert(g+" \u6587\u5b57")})();