mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 07:14:05 -06:00
13 lines
169 B
Markdown
13 lines
169 B
Markdown
---
|
|
title: Recent note
|
|
tags:
|
|
- recent
|
|
- readme
|
|
---
|
|
|
|
```dataview
|
|
table WITHOUT ID file.link AS "Title",file.mtime as "Edit Time"
|
|
from ""
|
|
sort file.mtime desc
|
|
limit 10
|
|
``` |