Merge branch 'release/0.6.0'
This commit is contained in:
commit
53a6452f2d
3 changed files with 26 additions and 3 deletions
25
README.md
25
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
|
||||
|
||||

|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue