obsidian-progressbar icon indicating copy to clipboard operation
obsidian-progressbar copied to clipboard

Code block plugin for Obsidian generating a progress bar

Results 9 obsidian-progressbar issues
Sort by recently updated
recently updated
newest added

Running the config below, there are no add or remove buttons as show in examples. Even copying the examples doesn't have any buttons. My config: ```progressbar value: 0 name: "({max})...

![Progress Bar-2023-05-19_10-41-05](https://github.com/zwpaper/obsidian-progressbar/assets/51794712/4d69a065-ca5c-4349-8981-4936693388d5) Your code: const label = el.createEl("label", { text: labelName + "(" + bar.value + "/" + bar.max + "): " }); Suggested Code: const label = el.createEl("label", {...

kind/enhancement
priority/high

Would love to drive a progress-bar from file-properties. For example (variable usage like dataview plugin): ```progressbar name: Test value: file.frontmatter.chapter max: file.frontmatter.total ```

kind/feature

Can we have name of the day or month from this? Apart from the progress is there any way to fetch the value of day or month?

kind/feature
priority/high

There are many elements in obsidian that are built-in and have a very explicit behaviour when indented, i.e. the rendered block gets indented. I will attach an example using a...

kind/bug

The year does not seem to affect the progress, for example, with this code `````` ```progressbar kind: day-custom name: Schuljahr min: 2024-08-05 max: 2024-08-28 ``` ```progressbar kind: day-custom name: Schuljahr...

The button is not working when specifying the progress bar width. I tested it in the sandbox, and it works perfectly without the width property. ```progressbar id: test kind: manual...

Taking this example, you can see that the buttons do not work. If you use the Latin alphabet for the name field, everything is fine. ` ```progressbar id: survey-progress kind:...

it would be great to have a progress bar for tasks - number of tasks done of all tasks in current file - ... in vault - ... in folder...