If you prefer Notion’s style of file navigation - all files are navigated through linkes, you will need two community plugins:

  1. Folder Note
  2. dataview

In Folder Note options, choose

  • Note File Method: Folder Name Inside

In Initial Content, paste:


```dataview 
table file.ctime AS "Created" where endswith(file.folder, this.file.folder) or (contains(file.folder, this.file.folder) and contains(file.folder, file.name)) and file.name != this.file.name
```

Also check Hide Folder Note (recommended).

Then press cmd/ctrl + click on the folder to create the folder note with the list of notes in this folder.

If there are subfolders, you also need to press cmd/ctrl + click on the subfolders to create the folder notes for them. Otherwise they will not appear in your parent’s folder note’s list.