Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jtprogru committed Sep 29, 2024
1 parent 5c79955 commit 3aa3966
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Status bar item with vault full statistics including:
- number of links – count of all links in the vault
- number of words – count of all words in the vault
- vault size – total size of all files in the vault
- vault quality – number of links divided by number of notes
- number of tags – count of all tags in the vault
- (new feature) vault quality – number of links divided by number of notes
- (new feature) number of tags – count of all tags in the vault

## Usage

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-vault-full-statistics-plugin",
"name": "Vault Full Statistics",
"version": "0.2.4",
"version": "0.2.5",
"minAppVersion": "0.15.0",
"description": "Status bar item with vault full statistics such as number of notes, files, attachments, and links.",
"author": "Mikhail Savin",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-vault-full-statistics-plugin",
"version": "0.2.4",
"version": "0.2.5",
"description": "Status bar item with vault full statistics such as number of notes, files, attachments, and links.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"0.2.1": "0.15.0",
"0.2.2": "0.15.0",
"0.2.3": "0.15.0",
"0.2.4": "0.15.0"
"0.2.4": "0.15.0",
"0.2.5": "0.15.0"
}

0 comments on commit 3aa3966

Please sign in to comment.