Open mayurankv opened 1 year ago
That would be a great feature.
I have enabled folder notes outside folders (which I do not prefer), and still those .mds are excluded!
I was wondering if this was on the roadmap at all?
Absolutely useful. And it will be helpful if we can sort by whether it's a folder note.
I've looked everywhere for a feature like this. I even tried using the Breadcrumbs plugin for this purpose but I couldn't figure out if it was even possible and wouldn't be ideal anyways. Something like this in this Folder Note would be great!
Currently my workaround is use the Dataview plugin and put this code block as the template for a new folder note:
```dataview
TABLE file.folder != this.file.folder AS "Folder Note"
FROM "{{FOLDER_PATH}}"
WHERE file.folder = this.file.folder
OR file.folder = this.file.folder+"/"+file.name
AND file != this.file
```
It would be brilliant if folder notes also showed up in
folderv
. Currently If I have a folder A with folder note and sub-note B, then B will show up in A'sfolderv
. However, if I make a sub-folder in A called B and make B a folder note of this sub-folder, I will not see B in A'sfolderv
. I would love for this to be added (ideally optionally)!Thanks for the amazing plugins :)