vault backup: 2023-09-01 19:56:52
This commit is contained in:
@@ -22,7 +22,7 @@ created: 2023-07-03 12:17:55
|
||||
>
|
||||
>>[!summary] 无限进步
|
||||
>>```dataview
|
||||
>>table without id file.link as 项目, Completed as 完成数, Total as 总数,"<progress max=100 value=" + round((Completed/Total)*100) + "></progress> " as 总进度
|
||||
>>table without id file.link as 项目, completed as 完成数, total as 总数,"<progress max=100 value=" + round((completed/total)*100) + "></progress> " as 总进度
|
||||
>>from #Task
|
||||
>>sort file.name
|
||||
>>```
|
||||
|
||||
Reference in New Issue
Block a user