[23] 옵시디언에서 독서 진행률 표시줄 구현하기
shunnna

Lv.1 shunnna (136.♡.34.97)

2024년 5월 9일 PM 10:29

조회 483 공감 0



```

dataview

table without id
("![](" + Cover +")") as Cover,
file.link as Title,
Author as Author, year as Year,
"<progress max=" + total + " value=" + current + "> </progress> " + round(current/total*100) + "%" as Progress
from #Books

```


```
---
category:
Cover:
Author:
Year:
ISBN:
current: 172
total: 369
tags:
- Books
Status: Reading
---
```

댓글 (0)

  • 아직 댓글이 없습니다. 첫 댓글을 작성해보세요!

댓글을 작성하려면 이 필요합니다.