>[!info]
>안녕하세요, 욘킴입니다.
>이곳은 나의 생각과 글, 책을 모아두는 위키입니다.
>
> contact
>
[email protected] | [@Thread](https://www.threads.com/@__yonkim__)
# Writings
- 2025.07 - 2025.11: [[0. 종말을 연습하며 Outliner|종말을 연습하며(Rehearsing the End)]]
# Book Library
- [[Book Index]]
# Recently Updated
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE without ID
file.link AS "title",
dateformat(file.ctime, "yyyy-MM-dd") AS "create",
type AS "type"
FROM "blog"
WHERE file.ctime >= date(today) - dur(7 days)
SORT file.ctime DESC
LIMIT 7
```
%%
| title | create | type |
| --------------------------------------------------------------------------------------------- | ---------- | ------------ |
| [[blog/I Read/Book Index.md\|Book Index]] | 2026-03-28 | books |
| [[blog/I Write/종말을 연습하며(Rehearsing the End)/0. 종말을 연습하며 Outliner.md\|0. 종말을 연습하며 Outliner]] | 2026-03-28 | blog-writing |
| [[blog/I Write/종말을 연습하며(Rehearsing the End)/17. 다음 안내까지 계속 직진입니다..md\|17. 다음 안내까지 계속 직진입니다.]] | 2026-03-28 | blog-writing |
| [[blog/I Write/종말을 연습하며(Rehearsing the End)/16. 좋았던 날들의 잔해.md\|16. 좋았던 날들의 잔해]] | 2026-03-28 | blog-writing |
| [[blog/I Write/종말을 연습하며(Rehearsing the End)/15. 짝짝이 양말.md\|15. 짝짝이 양말]] | 2026-03-28 | blog-writing |
| [[blog/I Write/종말을 연습하며(Rehearsing the End)/14. 말없이 사라지는 것들.md\|14. 말없이 사라지는 것들]] | 2026-03-28 | blog-writing |
| [[blog/I Write/종말을 연습하며(Rehearsing the End)/13. 빨래를 하며.md\|13. 빨래를 하며]] | 2026-03-28 | blog-writing |
%% DATAVIEW_PUBLISHER: end %%
# Pages by Tags
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE length(rows.file.name) as Count
FROM "blog"
FLATTEN file.tags as Tags
WHERE Tags != "#dataview-publisher" AND Tags != "dataview-publisher"
GROUP BY Tags
SORT length(rows.file.name) desc
LIMIT 10
```
%%
| Tags | Count |
| --------------------- | ----- |
| #blog-writing | 19 |
| #blog-reading | 17 |
| #obsidian | 8 |
| #obsidian/css | 5 |
| #blog-writing/general | 2 |
| #obsidian/dataview | 2 |
| #obsidian/dns | 2 |
%% DATAVIEW_PUBLISHER: end %%