Merge branch 'release/0.6.0'

This commit is contained in:
Luke Leppan 2021-02-17 06:49:54 +02:00
commit 53a6452f2d
3 changed files with 26 additions and 3 deletions

View file

@ -4,6 +4,29 @@
This plugin is the same as the built-in **Word Count** plugin, except when you select text, it will count the selected word instead of the whole document. I recommend turning off the built-in **Word Count** because this plugin is designed to replace that.
**Note:** This plugin has only been tested with English.
### Features
All Optional:
- Show word count (total when no text selected).
- Show character count.
- Show sentence count.
- Show file count (on non-markdown windows).
Works with all languages.
#### Coming soon:
- Complete Customization
- Customization presets
- More stats
### Special Thanks
- @liamcane
- @eleanorkonik
- @AngelusDomini
- @archelpeg
- @aproximate
![Better Count Word](https://raw.githubusercontent.com/lukeleppan/better-word-count/master/assets/better-word-count.gif)

View file

@ -1,7 +1,7 @@
{
"id": "better-word-count",
"name": "Better Word Count",
"version": "0.5.0",
"version": "0.6.0",
"description": "Counts the words of selected text in the editor.",
"author": "Luke Leppan",
"authorUrl": "https://lukeleppan.com",

View file

@ -1,6 +1,6 @@
{
"name": "better-word-count",
"version": "0.5.0",
"version": "0.6.0",
"description": "Counts the words of selected text in the editor.",
"main": "main.js",
"scripts": {