Core Library: Order quick notes by lastModified
parent
bfe168e63a
commit
36deb6a0a1
|
@ -1,5 +1,8 @@
|
||||||
This is your {[Quick Note]} inbox.
|
This is your {[Quick Note]} inbox.
|
||||||
|
|
||||||
```query
|
```query
|
||||||
page where name =~ /^Inbox\// render [[Library/Core/Query/Full Page]]
|
page
|
||||||
|
where name =~ /^Inbox\//
|
||||||
|
render [[Library/Core/Query/Full Page]]
|
||||||
|
order by lastModified desc
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue