Hi. I wonder if there's a way to automatically calculate the percentage of completion from note's frontmatter.
In my case I have, with other keys,:
Total:
Seen:
for the total number of episodes in my series and how many I've already seen. So I wish to pass to the progress bar the result of (round(seen/Total*100))
I hope you can understand what I mean
Thanks in advance for any help
Hi. I wonder if there's a way to automatically calculate the percentage of completion from note's frontmatter.
In my case I have, with other keys,:
Total:
Seen:
for the total number of episodes in my series and how many I've already seen. So I wish to pass to the progress bar the result of (round(seen/Total*100))
I hope you can understand what I mean
Thanks in advance for any help