diff --git a/website/Library/Core/Quick Notes.md b/website/Library/Core/Quick Notes.md index 9398d29e..55bb1489 100644 --- a/website/Library/Core/Quick Notes.md +++ b/website/Library/Core/Quick Notes.md @@ -1,5 +1,8 @@ This is your {[Quick Note]} inbox. ```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 ```