mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 05:42:10 +00:00
Update README.md
This commit is contained in:
parent
792130816a
commit
2437a6004b
1 changed files with 2 additions and 2 deletions
|
|
@ -22,11 +22,11 @@ This plugin extends obsidian to allow you to create custom progress bars by usi
|
|||
### Usage Example Code Block
|
||||
To insert an `Advanced Progress Bar` into `Obsidian`, you use a fenced code block similar to the one below.
|
||||
````
|
||||
```obsidian-apb
|
||||
```apb
|
||||
My Title: 57/100
|
||||
```
|
||||
````
|
||||
In the `obsidian-apb` code block, you define the attributes as `Title`: `Value` / `Total`.
|
||||
In the `apb` code block, you define the attributes as `Title`: `Value` / `Total`.
|
||||
|
||||
## Documentation
|
||||
For full documentation, please visit our <a href="https://cactuzhead.github.io/Advanced-Progress-Bars/" target="_blank">github page</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue