The request is to document how categories work with notes, maybe in the Wiki.
Currently I was struggling a bit how to create categories (using an iPad and Firefox browser).
Searching the Notes app GUI I could not figure out how to create a category in the notes app.
Eventually I tried to just create a new folder in the files app. Still no luck. However after I have moved one note to the new folder the new category also shows up in the notes app. I am not quite sure if this is how categories are supposed to be created ?
Even after a new category is now shown in notes I can’t move the files between categories in the notes app, although there seems to be a option in the drop down menu in the sidebar, however only the current category is shown. Should moving categories also be done in the files app?
Once the suggested way to use categories is clarified I am happy to write a Wiki entry.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
I too was perplexed as to how to create categories, expecting there to be a create button of some sort.
When there are no notes there is some information provided about how to use the app. Perhaps in that screen, some comment of how to create categories would be helpful.
Thanks for the feedback! I think there are two aspects in your feedback:
The current workflow for setting a category is as follows:



If this workflow doesn't work in your installation, please create a new issue for that.
I agree that we should improve this. Based on your feeback, I propose these changes:
I don't know if this is sufficient. If you have some other ideas, please write them down in this issue.
However, I don't think we should start writing a separate documentation in the wiki. I worry that such a documentation wouldn't be read since it's hard to find. On the other hand, it would be nice to have some kind of documentation in the app itself (e.g. together with some Markdown info, see #287). But there is no common way to integrate this in a Nextcloud app.
Please see #416 for a fix.
Add "details" action to the note's three-action menu in the app-navigation (left side). With this, the "details" sidebar can be found easier.
Is it possible to post a screenshot of what you have in mind, so I can get a better idea?
Not sure I noticed the 3 dots before.
How about having a separate menu item showing the current category - which you can click on to change. Seems a bit buried in the Details screen.
Is it possible to post a screenshot of what you have in mind, so I can get a better idea?
How about having a separate menu item showing the current category - which you can click on to change. Seems a bit buried in the Details screen.
There is already such an entry (category "Dev" in above screenshot). However, it's for showing all notes in that category (sets a filter to the list of notes). This is also a nice feature, which should be retained.
Another option would be to add an ActionInput to this menu for directly changing the cateogry:

What about this approach? (A disadvantage is, that we cannot provide a drop-down list of existing categories, here -- in nextcloud-vue there is no possibility for this)
/cc @nextcloud/designers @nextcloud/notes
I like that idea, but the disadvantage you mention (no drop down of existing categories) is quite serious. Would things be different if you were to implement this in the 3 dots to the right of the note?
Would things be different if you were to implement this in the 3 dots to the right of the note?
No, that's the same component. I'll try to add the possibility for a drop-down in the actions menu (see https://github.com/nextcloud/nextcloud-vue/issues/774).
@korelstar can you look at iOS Notes for how they do categories/folders? It's quite simple and shows the hierarchy clearly.
This is also very related to what @ma12-co has been proposing with a move to a 3-column layout:
And the AppNavigation would be collapsed by default even on desktop.
No, I don't have any iOS devices. Could you provide screenshots?
@korelstar I also only sometimes check the iOS device of my partner, but there’s plenty of resources online. :) A great starting point for Notes is this article, which includes the folder management and much more: https://www.macstories.net/stories/ios-11-the-macstories-review/8/
This is the view with folders sidebar – that sidebar is _not_ shown by default, only after clicking the sidebar button. :)

I'm fine with this approach, but this requires some changes in @nextcloud/vue. Therefore, I opened a new issue over there: https://github.com/nextcloud/nextcloud-vue/issues/791
I would like to add that as a non-Apple user the issue of self-evident usage of Categories with the web interface for Notes, really would benefit from love. Seems OS/browser agnostic. Looking forward to improvements rolling out!
Some additional thoughts: (web interface)
Just an update of the current state: I'm still waiting for the implementation of https://github.com/nextcloud/nextcloud-vue/pull/616 in order to realize a three-column UI.
It's coming soon @korelstar :)
Most helpful comment
Just an update of the current state: I'm still waiting for the implementation of https://github.com/nextcloud/nextcloud-vue/pull/616 in order to realize a three-column UI.