ObsidianNotes/Life 2024 Blockboard.md

5 lines
178 B
Markdown
Raw Normal View History

2024-01-11 21:26:23 +08:00
```dataview
table current, max,"<progress max=100 value=" + round((current/max)*100)+ "></progress> " + round(current/max*100) + "%" as Progress
from #Life2024
sort file.name
```