From a0659056298968f1eb44284f92080635714a00ec Mon Sep 17 00:00:00 2001 From: Luke Leppan Date: Wed, 17 Feb 2021 06:44:12 +0200 Subject: [PATCH 1/2] Update README --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3836d1..f993138 100644 --- a/README.md +++ b/README.md @@ -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) From ad9a1d0cdab6144b8736a237b8475ea17e6ffa88 Mon Sep 17 00:00:00 2001 From: Luke Leppan Date: Wed, 17 Feb 2021 06:48:20 +0200 Subject: [PATCH 2/2] bump --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9001f7c..28acf04 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 6233115..783115f 100644 --- a/package.json +++ b/package.json @@ -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": {