nextcloud / notes-android

✎ Android client for Nextcloud Notes app.
https://play.google.com/store/apps/details?id=it.niedermann.owncloud.notes
GNU General Public License v3.0
907 stars 135 forks source link

Support hierarchical categories #2213

Closed SteveDinn closed 1 month ago

SteveDinn commented 1 month ago

Is your feature request related to a problem? Please describe.

In the Notes ago on the web, categories can be divided into sub-categories by delimiting them with slashes, e.g.

Just like for normal categories, a folder is created for the category and the notes md fingers are placed within.

Describe the solution you'd like

The notes Android app should do the same as the web client with respect to hierarchical categories. Each folder and subfolder beneath the notes root folder should be treated as a seperate category.

Describe alternatives you've considered

No response

Additional context

No response

stefan-niedermann commented 1 month ago

The notes Android app should do the same as the web client with respect to hierarchical categories. Each folder and subfolder beneath the notes root folder should be treated as a seperate category.

Screenshot_20240527-080943_Nextcloud Notizen

SteveDinn commented 1 month ago

@stefan-niedermann Does the web client show subcategories like that for you? Is this Nextcloud 29? I'm on 28.0.5 and I don't see subcategories in the left-hand view.

SteveDinn commented 1 month ago

Oh hell. I just realized that the notes app already does this, but ONLY when you click on the icon and not the name. Wow. I guess I'm satisfied :D

I guess we can just close this issue.