You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I add the config showCharsCounter: true to display the char count in status bar It is using this regex (/[\s\n\t\r\uFEFF\u200b]+/g;) to get the count in stats.ts. Any reason why we are not considering spaces or new lines while calculating char count ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, when I add the config showCharsCounter: true to display the char count in status bar It is using this regex (/[\s\n\t\r\uFEFF\u200b]+/g;) to get the count in stats.ts. Any reason why we are not considering spaces or new lines while calculating char count ?
Beta Was this translation helpful? Give feedback.
All reactions