LostPaul / obsidian-folder-notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.
https://lostpaul.github.io/obsidian-folder-notes/
GNU Affero General Public License v3.0
264 stars 11 forks source link

Collapse icon doesn't hide or unhide correctly. #80

Open xarx00 opened 5 months ago

xarx00 commented 5 months ago

This is related to #51. Hiding and unhiding the collapse icon doesn't work correctly.

  1. When I have a Folder with folder note and create a New note, the hidden collapse icon doesn't emerge. The new note is then not visible/accessible.

before:

                Something

create Note1 under Something

after still:

                Something
  1. When I have a single note under a folder and delete it, the collapse icon doesn't hide.

before:

                > Something
                            Note 1

after:

                > Something

I use Obsidian 1.5.3 on Windows 10, Folder notes plugin 1.7.11. I have set Storage location=In the parent folder.

LostPaul commented 4 months ago

I didn't specifically tried to fix this bug yet but does this work now with the latest plugin release?

xarx00 commented 4 months ago

With Folder Notes 1.7.12, problem 1. seems to be fixed.

Concerning problem 2., it seems to be a feature? I am not sure now, how it should behave. It seems now that every folder, even an empty one, is marked with the collapse icon. I don't think this is bad, but I'm not sure that it behaved this way in the previous version of the plugin. I think that folders that were either empty or contained only the folder note, didn't have the collapse icon. However, I'm not able to reproduce the behavior now, perhaps it behaved like this only when combined with another plugins..

LostPaul commented 1 month ago

So does everything work now or do you still have any problems regarding the feature?