No description
Find a file
2025-03-25 18:15:57 +00:00
_layouts Delete _layouts/assets/css directory 2025-03-06 20:00:11 +00:00
assets/css Update style.scss 2025-03-09 15:55:18 +00:00
docs/assets Delete docs/assets/Obsidian Advanced Progress Bars - Light and Dark Gradient.afphoto 2025-03-25 18:15:57 +00:00
.gitignore Update .gitignore 2025-03-25 13:08:28 +00:00
_config.yml Update _config.yml 2025-03-06 19:39:39 +00:00
index.md Update index.md 2025-03-23 22:59:56 +00:00
LICENSE Create LICENSE 2025-02-26 14:04:43 +00:00
main.ts 1.0.5 2025-03-25 13:12:42 +00:00
manifest.json 1.0.5 2025-03-25 13:07:13 +00:00
README.md Update README.md 2025-03-25 13:20:11 +00:00
styles.css 1.0.5 2025-03-25 13:07:13 +00:00
versions.json 1.0.5 2025-03-25 13:07:13 +00:00

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