From 83e754919166cecf0d52510c2f4f9ba85a49552a Mon Sep 17 00:00:00 2001 From: Luke Leppan Date: Sun, 20 Jun 2021 09:28:24 +0200 Subject: [PATCH 1/2] bump --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 27793e5..5cf7934 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.6.1", + "version": "0.6.2", "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 730f843..44c6219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.6.1", + "version": "0.6.2", "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": { From 1313e73a6fb7f0d474816e857b8168e3355b212c Mon Sep 17 00:00:00 2001 From: Luke Leppan Date: Sun, 20 Jun 2021 09:29:58 +0200 Subject: [PATCH 2/2] edit README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9655a8..65efa7d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ 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. +![Better Count Word](https://raw.githubusercontent.com/lukeleppan/better-word-count/master/assets/better-word-count.gif) + ### Features All Optional: @@ -33,5 +35,5 @@ Works with all languages. - @AngelusDomini - @archelpeg - @aproximate - -![Better Count Word](https://raw.githubusercontent.com/lukeleppan/better-word-count/master/assets/better-word-count.gif) +- @Quorafind +- @torantine