dbachelor110150 downloadsAuto-updating progress bar based on checkbox ratio using flowtick code blocks.
FlowTick is an Obsidian plugin that automatically generates and updates a progress bar based on the completion of checklist items in your notes.
It's perfect for tracking progress on long task lists, project milestones, or any document with checklists. The progress bar gives you a quick visual indicator of how much you've completed.
flowtick blocks in a single note, each tracking the progress of the checklist items that follow it.flowtick code block by typing ```flowtick ``` in your note.- [ ] or - [x]) below the code block.flowtick block and the next flowtick block (or the end of the file).Here is a simple example:
```flowtick
```
- [x] Task 1
- [ ] Task 2
- [x] Sub-task 2.1
- [x] Sub-task 2.2
- [ ] Sub-task 2.3
- [ ] Task 3
In this example:
Task 1 is 100% complete.Task 2 is the average of its sub-tasks, so it is (100 + 100 + 0) / 3 = 66.7% complete.Task 3 is 0% complete.You can configure the behavior of FlowTick in the plugin settings tab.
1000 (1 second).main.js, manifest.json, and styles.css files from the latest release.VaultFolder/.obsidian/plugins/.flow-tick.flow-tick folder.Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you find this plugin useful, please consider supporting its development: