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, and Total.
Installation
Installing via Obsidian
Search "APB" in Settings -> Community plugins, you can find and install this plugin.
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/).