Merge branch 'release/0.6.2' into develop
This commit is contained in:
commit
f5a4f7f2e0
3 changed files with 6 additions and 4 deletions
|
@ -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.
|
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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
All Optional:
|
All Optional:
|
||||||
|
@ -33,5 +35,5 @@ Works with all languages.
|
||||||
- @AngelusDomini
|
- @AngelusDomini
|
||||||
- @archelpeg
|
- @archelpeg
|
||||||
- @aproximate
|
- @aproximate
|
||||||
|
- @Quorafind
|
||||||

|
- @torantine
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "better-word-count",
|
"id": "better-word-count",
|
||||||
"name": "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.",
|
"description": "Counts the words of selected text in the editor.",
|
||||||
"author": "Luke Leppan",
|
"author": "Luke Leppan",
|
||||||
"authorUrl": "https://lukeleppan.com",
|
"authorUrl": "https://lukeleppan.com",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "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.",
|
"description": "Counts the words of selected text in the editor.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue