diff --git a/README.md b/README.md index e8a4575..40e978f 100644 --- a/README.md +++ b/README.md @@ -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/`).