
>[!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/I Write/YonKim Radio/별의 기억.md\|별의 기억]] | 2026-04-04 |
| [[blog/Daily log/2026-04-03-daily log.md\|2026-04-03-daily log]] | 2026-04-03 |
| [[blog/Daily log/2026-04-01-daily log.md\|2026-04-01-daily log]] | 2026-04-03 |
| [[blog/Daily log/2026-04-02-daily log.md\|2026-04-02-daily log]] | 2026-04-03 |
| [[blog/Daily log/📌Index-Daily Logs.md\|📌Index-Daily Logs]] | 2026-04-03 |
%% 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")
SORT type ASC
```
%%
| Index | type |
| ----------------------------------------------------------------------------------- | ------------ |
| [[blog/Daily log/📌Index-Daily Logs.md\|📌Index-Daily Logs]] | blog-logging |
| [[blog/I Write/YonKim Radio/📌Index-YonKim Radio.md\|📌Index-YonKim Radio]] | blog-writing |
| [[blog/I Write/종말을 연습하며(Rehearsing the End)/📌Index-종말을 연습하며.md\|📌Index-종말을 연습하며]] | blog-writing |
| [[blog/I 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 | 23 |
| #blog-writing | 22 |
| #obsidian | 9 |
| #blog-logging | 5 |
| #obsidian/css | 5 |
| #blog-writing/general | 2 |
| #obsidian/dataview | 2 |
| #obsidian/dns | 2 |
%% DATAVIEW_PUBLISHER: end %%