
>[!info]
> 안녕하세요, 욘킴입니다.
> 이곳은 나의 생각과 글, 책을 모아두는 위키입니다.
>
> 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/Daily log/📌Index-2026.05.md\|📌Index-2026.05]] | 2026-04-29 |
| [[blog/🗃️ Archive/archive 2026.04/2026-04-28-daily log.md\|2026-04-28-daily log]] | 2026-04-29 |
| [[blog/🗃️ Archive/archive 2026.04/2026-04-29-daily log.md\|2026-04-29-daily log]] | 2026-04-29 |
| [[blog/Read/상자 속의 사나이.md\|상자 속의 사나이]] | 2026-04-29 |
| [[blog/Read/배신당한 유언들.md\|배신당한 유언들]] | 2026-04-27 |
%% 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 | 52 |
| #blog-logging | 28 |
| #blog-writing | 25 |
| #obsidian | 9 |
| #obsidian/css | 5 |
| #blog-extracts | 2 |
| #obsidian/dataview | 2 |
| #obsidian/dns | 2 |
| #blog-writing/general | 1 |
%% DATAVIEW_PUBLISHER: end %%