vault backup: 2025-08-09 22:28:47

This commit is contained in:
Andrey Epifancev
2025-08-09 22:28:47 +04:00
parent 7bc688e755
commit 10ce73f10f
8 changed files with 53 additions and 27 deletions

View File

@@ -34,14 +34,14 @@
LIST
FROM "📥 Inbox"
WHERE status = "новая"
SORT created DESC
SORT file.ctime DESC
```
## 📊 Статистика Inbox
```dataview
TABLE created, status, tags
TABLE file.ctime as "Создано", status as "Статус", tags as "Теги"
FROM "📥 Inbox"
SORT created DESC
SORT file.ctime DESC
LIMIT 10
```