cactuzhead11k downloadsProgress bars that can change color depending on completion value - fully customizable.
This plugin extends obsidian to allow you to create custom progress bars by using a simple markdown code block.
Advanced Progress Bars.Settings -> Community Plugins -> Installed Plugins and toggling the APB plugin on.main.js, manifest.json and styles.css).[your vault]/.obsidian/plugins, and create a new folder called obsidian-advanced-progress-bars.Settings -> Community Plugins -> Installed Plugins and toggling the APB plugin on.To insert an Advanced Progress Bar into Obsidian, you use a fenced code block similar to the one below.
```apb
My Title: 57/100
```
In the apb code block, you define the attributes as Title: Value / Total.
For full documentation, please visit our github page