mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 05:42:10 +00:00
No description
| _layouts | ||
| docs/assets | ||
| _config.yml | ||
| README.md | ||
Advanced-Progress-Bars
 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 Title: Value/ Total.
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/).