Skip to content

Quorafind/Obsidian-Task-Progress-Bar

Repository files navigation

Obsidian Task Progress Bar

A plugin for showing task progress bar near the tasks bullet or headings. Only works in Live Preview mode in Obsidian.

example

Usage

For example, when you create a task list like this:

- [ ] task1 [ ] [0/1] // Here is the progress bar
	- [ ] task2 // Indent by press tab

When you finished the task2,

- [ ] task1 [|] [1/1] // The progress bar will be updated
	- [x] task2 // Indent by press tab

Settings

  1. Add progress bar to Heading: Make the Heading showing the task progress bars.
  2. Add number to progress bar: You can see the total/completed number of tasks.
  3. Set alternative marks: You can set which marks means the completed tasks.

How to Install

From Plugin Market in Obsidian

💜: Directly install from Obsidian Market.

From BRAT

🚗: Add Quorafind/Obsidian-Task-Progress-Bar to BRAT.

Download Manually

🚚: Download the latest release. Extract and put the three files (main.js, manifest.json, styles.css) to folder {{obsidian_vault}}/.obsidian/plugins/Obsidian-Task-Progress-Bar.

Say Thank You

If you are enjoy using Obsidian-Task-Progress-Bar then please support my work and enthusiasm by buying me a coffee on https://www.buymeacoffee.com/boninall.