Remember navigation state if shown or hidden
Is your feature request related to a problem? Please describe. I don't find categories useful and would like the option to hide them in general.
Since 4.8 it seems the default is to expand the category navigation on any visit to the notes app?
Describe the solution you'd like I'd like to set the default action as collapse or uncollapse categories in addition to hiding the "uncategorized" text.
Describe alternatives you've considered Disable categories in admin settings?
Additional context I have about 20 note files I use and rarely make new ones. I don't need to categorize such a few amount of note files. I'd like the option to reclaim the space and remove "uncategorized" in general to make the overall interface cleaner and more suited for my workflow.
I was coming here to make this exact same comment. It adds an unnecessary extra step every time I open notes; it seems it should user preference to have notes start with categories collapsed or not since everyone has different use cases.
I think remembering the user preference here is a good idea, so that once someone hides the navigation it stays hidden on future page loads.
The first thing I click on every time I open notes is close navigation - every - single - time. I think this is would be a huge improvement. Thank you
This would really save time in our daily workflow so I did some more research to see if this could be done with CSS to close the navigation and it's not possible: https://stackoverflow.com/questions/74691654/is-it-possible-to-add-aria-hidden-for-css-content-property
It appears it would be a simple toggle of true/false in the HTML code though:
Remembering the state is already implemented in Deck, so possibly the code could just be copied over. I think this PR is it: https://github.com/nextcloud/deck/pull/2440 and actually @juliushaertl you handled it :)