![img](https://lh3.googleusercontent.com/d/1Qguiv4EYaMB0Ico5CQopjuwWO6iz8h_2) >[!hint] > 안녕하세요, 욘킴입니다. > 이곳은 나의 생각과 글, 책을 모아두는 위키입니다. > > Hi, I'm Yon Kim. > This is my personal archive of thoughts, words, and books. > > contact > [email protected] | [@Thread](https://www.threads.com/@__yonkim__) # Recently Updated 5 %% DATAVIEW_PUBLISHER: start ```dataview TABLE without ID file.link AS "title", dateformat(file.ctime, "yyyy-MM-dd") AS "create" FROM "blog" WHERE file.ctime >= date(today) - dur(7 days) SORT file.ctime DESC LIMIT 5 ``` %% | title | create | | --------------------------------------------------------------------------------- | ---------- | | [[blog/Write/YonKim Radio/먼지 맛이 나는 삶은 이제 그만 먹겠습니다.md\|먼지 맛이 나는 삶은 이제 그만 먹겠습니다]] | 2026-05-15 | | [[blog/Write/YonKim Radio/21세기 우화 마법의 책을 파는 상인.md\|21세기 우화 마법의 책을 파는 상인]] | 2026-05-15 | | [[blog/Write/YonKim Radio/낭비란 없다.md\|낭비란 없다]] | 2026-05-15 | | [[blog/Write/YonKim Radio/로우 슈거 돼지바.md\|로우 슈거 돼지바]] | 2026-05-15 | | [[blog/Write/YonKim Radio/호랑이에게 물려도 이보다는 덜 물리겠습니다만.md\|호랑이에게 물려도 이보다는 덜 물리겠습니다만]] | 2026-05-15 | %% DATAVIEW_PUBLISHER: end %% # Index Pages %% DATAVIEW_PUBLISHER: start ```dataview TABLE without ID file.link AS "Index", type AS "type" FROM "blog" WHERE contains(lower(file.name), "index") AND !contains(file.name, "📌Index 2026.04") SORT type ASC ``` %% | Index | type | | --------------------------------------------------------------------------------- | ------------ | | [[blog/Daily log/📌Index-2026.05.md\|📌Index-2026.05]] | blog-logging | | [[blog/Write/YonKim Radio/📌Index-YonKim Radio.md\|📌Index-YonKim Radio]] | blog-writing | | [[blog/Write/종말을 연습하며(Rehearsing the End)/📌Index-종말을 연습하며.md\|📌Index-종말을 연습하며]] | blog-writing | | [[blog/Read/📌Index-Books.md\|📌Index-Books]] | books | | [[blog/Obsidian/📌Index-Obsidian.md\|📌Index-Obsidian]] | obsidian | %% 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-reading | 63 | | #blog-logging | 32 | | #blog-writing | 30 | | #obsidian | 9 | | #blog-extracts | 5 | | #obsidian/css | 5 | | #obsidian/dataview | 2 | | #obsidian/dns | 2 | | #blog-writing/general | 1 | %% DATAVIEW_PUBLISHER: end %%