Hi Everyone! I use dynalist for managing my work projects, and I wanted a little progress bar next to each project name. I’ve come up with the following solution.
Using the excellent https://progress-bar.dev site to generate the images.
You can add
- My Project Name ![](https://progress-bar.dev/66/)
- My Project Name
And if you want them all to line up on the right hand side of the note, you can add this custom css.
.node-displayed-image[src^="https://progress-bar.dev"] {
float:right;
}
Example: