alx-folder-note icon indicating copy to clipboard operation
alx-folder-note copied to clipboard

`folderv` showing folder notes as well

Open mayurankv opened this issue 2 years ago • 4 comments

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 :)

mayurankv avatar Nov 09 '22 20:11 mayurankv

That would be a great feature.

I have enabled folder notes outside folders (which I do not prefer), and still those .mds are excluded!

noah-ftnx avatar Jan 21 '23 12:01 noah-ftnx

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

mayurankv avatar Jun 03 '23 10:06 mayurankv

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

merrkry avatar Jul 05 '23 01:07 merrkry

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

```

flip-rossi avatar Mar 03 '24 23:03 flip-rossi