>[!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==
%% 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 Write/YonKim Radio/0. YonKim Radio Index.md\|0. YonKim Radio Index]] | 2026-03-30 | blog-writing |
| [[blog/I Write/YonKim Radio/해뜨기 전에 등산을 하면.md\|해뜨기 전에 등산을 하면]] | 2026-03-30 | blog-writing |
| [[blog/I Read/The Real McCoy.md\|The Real McCoy]] | 2026-03-29 | books |
| [[blog/I Read/Storycraft Second Edition.md\|Storycraft Second Edition]] | 2026-03-29 | books |
| [[blog/I Read/Book Index.md\|Book Index]] | 2026-03-28 | books |
| [[blog/I Write/종말을 연습하며(Rehearsing the End)/0. 종말을 연습하며 Index.md\|0. 종말을 연습하며 Index]] | 2026-03-28 | blog-writing |
| [[blog/I Write/종말을 연습하며(Rehearsing the End)/17. 다음 안내까지 계속 직진입니다..md\|17. 다음 안내까지 계속 직진입니다.]] | 2026-03-28 | blog-writing |
%% DATAVIEW_PUBLISHER: end %%
# ==Writings==
- 2025.07 - 2025.11: [[0. 종말을 연습하며 Index|종말을 연습하며(Rehearsing the End)]]
- 2025.11 - current: [[0. YonKim Radio Index|욘킴라디오(Yonkim Radio)]]
# ==Book Library==
- [[Book Index]]
# ==Obsidian==
- [[What is Obsidian]]
# ==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 | 21 |
| #blog-reading | 19 |
| #obsidian | 8 |
| #obsidian/css | 5 |
| #blog-writing/general | 2 |
| #obsidian/dataview | 2 |
| #obsidian/dns | 2 |
%% DATAVIEW_PUBLISHER: end %%