-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
非常好用,希望增加两个功能 #4
Comments
你所说的第一点,「非空字符串」是指「非空白字符数」吗,这项已经有了;如果不是的话,那你详细描述一下。第二点我会考察一下怎么实现,如果我能比较好地实现,会加上这个功能。 |
是指非空白字符数,我觉得作为一个字数统计插件,绝大部分人的场景都是拿来统计 markdown 文件,所以空格是不应该算字数的,希望能把底部状态栏上面显示的默认值改为非空白字符数。 |
如果是让底部状态栏显示非空白字符,可以按配置教程里面写的修改一下。简而言之,就是在设置中搜索
修改成
再粘贴回去即可。 配置确实有些麻烦,但是是为了保持灵活性。 |
我更推荐字词数,像Word里一样 |
感谢作者对开源社区的贡献!
我有两个小需求:
The text was updated successfully, but these errors were encountered: