[23] 옵시디언에서 독서 진행률 표시줄 구현하기
S
shunnna (136.♡.34.97)
2024년 5월 9일 PM 10:29
조회 483 공감 0

```
dataview
table without id
("") 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
---
```
- [Progress bar for notes (Easy and powerful) with dataview - Share & showcase - Obsidian Forum](https://forum.obsidian.md/t/progress-bar-for-notes-easy-and-powerful-with-dataview/33144/7)
- GitHub - michaeladams/obsidian-text-progress-bar: Low-fi text-based progress bar for Obsidian](https://github.com/michaeladams/obsidian-text-progress-bar)
댓글 (0)
- 아직 댓글이 없습니다. 첫 댓글을 작성해보세요!
댓글을 작성하려면 이 필요합니다.