Advanced Progress Bars

approved

by cactuzhead

Progress bars that can change color depending on completion value - fully customizable.

38 stars10,338 downloadsUpdated 1mo agoMIT
View on GitHub

Advanced-Progress-Bars

Advanced Progress Bars This plugin extends obsidian to allow you to create custom progress bars by using a simple markdown code block.

Ko-Fi    If you find value in this plugin and would like to support us, please consider using our ko-fi

Installing via Obsidian

  • Navigate to Settings -> Community Plugins -> Browse and then search for Advanced Progress Bars.
  • Now select the Advanced Progress Bars plugin and click the install button.
  • Remember to activate the plugin by going to Settings -> Community Plugins -> Installed Plugins and toggling the APB plugin on.

Manual Install

  • Find the latest release from https://cactuzhead.github.io/Advanced-Progress-Bars/ and download the files (main.js, manifest.json and styles.css).
  • Navigate to your vault's plugin folder [your vault]/.obsidian/plugins, and create a new folder called obsidian-advanced-progress-bars.
  • Copy the downloaded files into this new folder.
  • Reload Obsidian.
  • Remember to activate the plugin by going to Settings -> Community Plugins -> Installed Plugins and toggling the APB plugin on.

Usage Example Code Block

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.

Documentation

For full documentation, please visit our github page

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.