This plugin displays a visual progress bar for tasks in your Markdown files directly on the Obsidian sidebar.
- 📊 Displays visual progress bar for tasks in the current file
- 🔢 Shows completion percentage and number of completed tasks
- ⚡ Updates in real-time when you check or uncheck tasks
- 📱 Works in all viewing modes (edit mode and reading mode)
- 🎨 Customizable colors and height of the progress bar
- Open Obsidian
- Go to Settings > Community plugins
- Disable Safe Mode if it's enabled
- Click "Browse" and search for "Progress Bar Sidebar"
- Install the plugin and activate it
- Create a folder
progress-bar-sidebarin.obsidian/plugins/ - Copy all plugin files into that folder
- Restart Obsidian and activate the plugin in Settings > Community plugins
- Click on the bar chart icon in the sidebar or use the "Show Task Progress Bar" command
- Open a Markdown file containing task lists
- The progress bar will automatically display the completion ratio of tasks
The plugin automatically tracks changes in the file and updates the progress bar when you check or uncheck tasks, both in edit mode and reading mode.
The plugin supports standard Markdown and Obsidian task syntax:
- [ ] Uncompleted task
- [x] Completed task
- [X] Also a completed task
- [/] In-progress task
- [-] Cancelled task
- [>] Deferred taskIf the progress bar doesn't display correctly in Reading View, please wait a few seconds for the plugin to automatically synchronize the state. The plugin is designed to automatically detect and fix inconsistencies between the interface and file content.