[23] 옵시디언에서 독서 진행률 표시줄 구현하기
알림
|
페이지 정보
작성일
2024.05.09 22:29
266 조회
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
---
```
- [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)
-
링크25 회 연결
댓글 0