Word Progress Bar

by somenoy
5
4
3
2
1
Score: 50/100

Description

Progress bar in the status bar that shows goal of words.

Reviews

No reviews yet.

Stats

0
stars
208
downloads
0
forks
133
days
127
days
127
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
2
commits

Latest Version

4 months ago

Changelog

  • Added per-file word goal via frontmatter property (word-goal)
  • Settings: customizable frontmatter property key
  • Toggle: use default goal for all files or only files with property

Full Changelog: https://github.com/SomeNoY/obsidian-word-progress-bar/compare/1.0.0...1.1.0

README file from

Github

Word Progress Bar for Obsidian

Track your writing progress with a miniature progress bar in the status bar.

Set a word count goal and watch the bar fill up as you write. When you hit your goal, it turns green.

demo

Usage

For all files (default goal)

Toggle on Use default word goal for all files in settings and set a Default word goal. The progress bar will appear on every note using that goal.

For specific files (property)

Add a word-goal property (default) to a note's frontmatter:

---
word-goal: 500
---

The progress bar will show only on notes that have this property. You can rename the property key in settings (Frontmatter key for per-file goal).

Installation

Go to Community Plugins and search for Word Progress Bar

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release
  2. Copy them to <Vault>/.obsidian/plugins/word-progress-bar/
  3. Reload Obsidian and enable the plugin in Settings → Community plugins