notes/Library/Core/Quick Notes.md

9 lines
156 B
Markdown
Raw Normal View History

2024-01-22 15:49:44 +01:00
This is your {[Quick Note]} inbox.
2024-09-30 12:15:00 +02:00
2024-01-22 15:49:44 +01:00
```query
2024-09-30 12:15:00 +02:00
page
where name =~ /^Inbox\//
render [[Library/Core/Query/Full Page]]
order by lastModified desc
2024-01-22 15:49:44 +01:00
```