From ddab18026e61dacb8f772aa6c3ae5f0991728f4c Mon Sep 17 00:00:00 2001 From: lukeleppan Date: Mon, 9 Nov 2020 16:08:37 +0200 Subject: [PATCH] Add Shields --- README.md | 2 ++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21c3691..e3836d1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## Better Word Count +![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lukeleppan/better-word-count/Build%20Release?logo=github&style=for-the-badge) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/lukeleppan/better-word-count?style=for-the-badge) ![GitHub All Releases](https://img.shields.io/github/downloads/lukeleppan/better-word-count/total?style=for-the-badge) + 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. diff --git a/manifest.json b/manifest.json index 92b10b6..bbe025e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.2.0", + "version": "0.2.1", "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 88e3bda..ed5fe66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.2.0", + "version": "0.2.1", "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": {