AlanG
August 12, 2024, 3:00pm
67
It looks like that website is down today (or maybe forever?) There’s no notice or message on the developer’s Github: https://github.com/fredericojordan/progress-bar
Try again later and see if that site is back up.
Still, it’s not integral to the GTD setup (and I don’t even use progress bars myself). There are quite a few alternative options for progress bars if you search the forums:
Hi!
Today, I’m going to show you how to track your progress, whether it’s books, notes, projects, goals, or anything else you want to track with a progress bar, with (or without) dataview.
Progress Bar
My example will be with my “currently-reading” book, but like I said it can be anythings you want.
1. Create your note.
2. Add to your metadata the progress code here :
<progress max=100 value=0> </progress> 0%
If you want it more dynamic you can use this code to center it, or put it to th…
2 Likes