aidenlx / alx-folder-note

Add description, summary, and more info to folders with folder notes.
MIT License
250 stars 14 forks source link

`folderv` showing folder notes as well #87

Open mayurankv opened 1 year ago

mayurankv commented 1 year ago

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's folderv. 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's folderv. I would love for this to be added (ideally optionally)!

Thanks for the amazing plugins :)

noah-ftnx commented 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!

mayurankv commented 1 year ago

I was wondering if this was on the roadmap at all?

merrkry commented 1 year ago

Absolutely useful. And it will be helpful if we can sort by whether it's a folder note.

flip-rossi commented 8 months ago

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

```