mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 12:20:30 +00:00
Update usage.md
This commit is contained in:
parent
95a4a53100
commit
3a63274ffd
1 changed files with 6 additions and 3 deletions
|
|
@ -17,7 +17,8 @@ In the `apb` code block, you define the attributes as `Title`: `Value` / `Total`
|
|||

|
||||
|
||||
The `percentage` will be automatically calculated based on your `Value` and `Total`.
|
||||
> Note: the text within the code block example on the settings page will automatically be updated to reflect the changes you make in the other settings.
|
||||
{: .note }
|
||||
> the text within the code block example on the settings page will automatically be updated to reflect the changes you make in the other settings.
|
||||
|
||||
## Hotkey Setup
|
||||
To make it more convenient, you can add a hotkey that automatically inserts a progress bar code block into Obsidian. Simply follow these steps:
|
||||
|
|
@ -38,7 +39,8 @@ To see the changes you've made in the settings reflected in your notes, you may
|
|||
|
||||
However, if a new progress bar is added to a note, it *will* display correctly, even if the existing progress bars on the same page haven't been refreshed yet.
|
||||
|
||||
> Note, This will only be a problem directly after you make changes to the settings.
|
||||
{: .note }
|
||||
> This will only be a problem directly after you make changes to the settings.
|
||||
|
||||
## Multiple Advanced Progress Bars
|
||||
You can also stack progress bars by adding additional bars within the same code block, see example below.
|
||||
|
|
@ -53,4 +55,5 @@ The above stacked bars example would be rendered like this (using default dark c
|
|||
|
||||

|
||||
|
||||
> Note: The code block example on the settings page will only include one progress bar. You will need to manually add any additional progress bars once pasted into Obsidian.
|
||||
{: .note }
|
||||
> The code block example on the settings page will only include one progress bar. You will need to manually add any additional progress bars once pasted into Obsidian.
|
||||
|
|
|
|||
Loading…
Reference in a new issue