Skip to content

Commit

Permalink
query: get content of the current folder
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko committed Jun 8, 2021
1 parent 6dc96b5 commit 1f11948
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions queries/content_of_the_current_folder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

title:: Generates a table on the files of the current folder, notes sorted by last modification date
author:: Akos Balasko

----


```dataview
TABLE file.mtime as "Last modified at"
WHERE file.folder = this.file.folder
SORT file.mtime DESC
```

0 comments on commit 1f11948

Please sign in to comment.