Update README.md

This commit is contained in:
cactuzhead 2025-02-23 20:41:43 +00:00 committed by GitHub
parent 991d9132a9
commit 5ed438a299
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
![Advanced Progress Bars](/docs/assets/Obsidian Advanced Progress Bars - Hero Banner.png)
Obsidian plugin to create custom progress bars
### Code Block
## Code Block
To insert an Advance Progress Bar into obsidian, you use a fenced code block similar to the one below.
````
```obsidian-bar
@ -11,9 +11,9 @@ Progress: 57/100
````
Within your `obsidian-bar` code block, specify the attributes `Title`, `Value`, and `Total`.
### Installation#
#### Installing via Obsidian
## Installation
### Installing via Obsidian
Search "APB" in Settings -> Community plugins, you can find and install this plugin.
#### Manual Install
### 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/`).