mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 12:20:30 +00:00
Update README.md
This commit is contained in:
parent
991d9132a9
commit
5ed438a299
1 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||

|
||||
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/`).
|
||||
|
|
|
|||
Loading…
Reference in a new issue