aidenlx / alx-folder-note

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

Feature: Click to expand folder #32

Closed that0n3guy closed 2 years ago

that0n3guy commented 2 years ago

It would be nice if there was an option to click to expand the folder. Right now, if I click on the folder it opens the folder note, I then after to click the arrow image to expand the folder and see whats in it.

Can you make an option that when the folder is clicked on the folder expands AND the note is displayed?

Peeeet commented 2 years ago

Unless I'm missing something, the setting for this doesn't seem to appear in the settings pane. I can't tell from the code, is it supposed to show up in the settings pane for the "Folder Note Core" Plugin or the "AidenLX's Folder Note" plugin? Because the Core plugin doesn't seem to have a settings page...

aidenlx commented 2 years ago

@Peeeet it’s not published yet, and this issue will be closed automatically once the version including this feature is released

Peeeet commented 2 years ago

Ah okay I only commented because something in a recent update changed how clicking on folders worked:

This change did end up preventing me from expanding / collapsing the folders in the explorer, but only because I had a CSS snippet that hid the little arrow to the left of the folder name text in the explorer view. I realize that the newly described behavior is probably more "expected", but since I was using said CSS snippet, the "wrong" way was how I had been working for a while. I commented here because I had assumed the change of functionality was related to this implementation, but I guess not :-) so I'll just wait till I see the option appear to try it out and see if I can go back to my old CSS snippet.

Regardless, thanks for keeping folder-note alive!

aidenlx commented 2 years ago

@Peeeet it's actually related to this issue