zwpaper / obsidian-progressbar

Code block plugin for Obsidian generating a progress bar
Apache License 2.0
42 stars 5 forks source link

Fails to render without error if name is a list #10

Closed filcuk closed 9 months ago

filcuk commented 12 months ago

Following name will simply not show anything in preview/read mode:

name: - Progress
width: 50%
value: 10
max: 25

As opposed to something like this, which results in an error:

name: # Progress
width: 50%
value: 10
max: 25

This is a nice plugin, I wish I was able to add the bar to headings or lists, but I understand there may be limitations.

zwpaper commented 9 months ago

it seems not able to be implemented, sorry.