![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/Extracts/로고스(Logos).md\|로고스(Logos)]] | 2026-05-15 | | [[blog/Extracts/에로스(Eros).md\|에로스(Eros)]] | 2026-05-15 | | [[blog/Read/증여론(보급판).md\|증여론(보급판)]] | 2026-05-15 | | [[blog/Read/증여론.md\|증여론]] | 2026-05-15 | | [[blog/Read/선물(The Gift).md\|선물(The Gift)]] | 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 | 66 | | #blog-logging | 32 | | #blog-writing | 30 | | #obsidian | 9 | | #blog-extracts | 7 | | #obsidian/css | 5 | | #obsidian/dataview | 2 | | #obsidian/dns | 2 | | #blog-writing/general | 1 | %% DATAVIEW_PUBLISHER: end %%