No description
Find a file
2025-03-02 13:33:23 +08:00
.github/workflows FEAT: Move color settings from ts to css 2022-10-04 16:26:02 +08:00
media Added an example 2022-06-10 12:58:54 +08:00
src feat: support custom status 2025-03-02 13:33:23 +08:00
.editorconfig Initial commit 2022-06-07 14:12:30 +08:00
.eslintignore Initial commit 2022-06-07 14:12:30 +08:00
.eslintrc Initial commit 2022-06-07 14:12:30 +08:00
.gitignore First release 2022-06-09 22:55:43 +08:00
.npmrc Initial commit 2022-06-07 14:12:30 +08:00
.prettierignore feat: support custom status 2025-03-02 13:33:23 +08:00
esbuild.config.mjs Fixed issues from reviewing 2022-06-23 16:29:30 +08:00
manifest.json chore: bump version 2024-01-17 22:12:09 +08:00
package.json chore: bump version 2024-01-17 22:12:09 +08:00
pnpm-lock.yaml FEAT: Move color settings from ts to css 2022-10-04 16:26:02 +08:00
README.md chore: update readme 2024-01-17 15:40:13 +08:00
styles.css feat: support custom status 2025-03-02 13:33:23 +08:00
tsconfig.json FIXED: Type error 2022-10-04 16:41:54 +08:00
version-bump.mjs Initial commit 2022-06-07 14:12:30 +08:00
versions.json chore: bump version 2024-01-17 22:12:09 +08:00

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.