No description
Find a file
2025-02-23 20:45:57 +00:00
_layouts Create default.html 2025-02-23 12:52:26 +00:00
docs/assets Add files via upload 2025-02-20 20:28:30 +00:00
_config.yml Update _config.yml 2025-02-23 12:49:49 +00:00
README.md Update README.md 2025-02-23 20:45:57 +00:00

Advanced-Progress-Bars

![Advanced Progress Bars](/docs/assets/Obsidian Advanced Progress Bars - Hero Banner.png) Obsidian plugin to create custom progress bars

Code Block

To insert an Advance Progress Bar into obsidian, you use a fenced code block similar to the one below.

```obsidian-bar
Progress: 57/100
```

Within your obsidian-bar code block, specify the attributes TitleValueTotal.

Installation

Installing via Obsidian

Navigate to Settings -> Community Plugins -> Browse and then search for APB. Now select the Advance Progress Bars plugin and click the install button.

Manual Install

Navigate to https://cactuzhead.github.io/Advanced-Progress-Bars/ and copy the main.js and manifest.json to your vault's .obsidian/plugins/obsidian-apb directory (ex. VaultFolder/.obsidian/plugins/obsidian-apb/).