-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docu for Categories / category handling #413
Comments
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: 1. Does changing categories work as expected?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. 2. How does a user get in touch with that workflow?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. |
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. |
Another option would be to add an What about this approach? (A disadvantage is, that we cannot provide a drop-down list of existing categories, here -- in /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? |
No, that's the same component. I'll try to add the possibility for a drop-down in the actions menu (see nextcloud-libraries/nextcloud-vue#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 |
It's coming soon @korelstar :) |
Looking forward to this! To clarify, under the current folder-based categorization system, a note can only belong to one category at a time? I've seen markdown-based note apps use YAML front-matter to manage tagging/metadata, but presumably we've passed that fork in the road already. Either way, thanks! I'll be keeping an eye out for ways I can contribute in the future. 👍 |
Yes.
There are still the open issues #299 and #164 which are related to this. But currently, there is no concrete plan to implement them.
Any contribution is very welcome! There is much to be done and too less free time for this 😉 |
I also did not find the three dots on top right to open the details view. Hence I always switched to files app to change the category, quite disturbing. So I searched and found this issue. I think the title should be corrected, the discussion is no longer about documentation. I tried to switch the category by any butten on the dot menu on the left and also tried drag&drop. So I think having any option in the dot menu on the left is most expected behavior. |
Wouldn't it make sense to rename and restructure the categories to folders anyway? With #842 this would improve usability, and it would also fit better to how markdown files are usually handled. The editors i have encountered are ususally assumming that notes are structured by folders, and categories are a rather foreign concept. In my opinion, it also does not work really well:
This currently results in two categories in the sidebar: This leads to a confusing state: Therefore i propose to restructure (and maybe eventually rename) the caterories the following way:
The note/category-view should now behave like browsing the filestructure of a filesystem: Show categories in the current scope, and notes below them. If a category is clicked, replace the current scope to the new one, and repeat. This has the benefit that there is no difference between the categories, even if they are on different levels, and with breadcrumbs it will be even more easy to distinguish them. That also should allow us to be easily enable to create a note in a specific location (since we always have the proper scope) or move it there. |
Hello, do I see it correctly that I can not create a category within the browser on Firefox? At least I have not found an "add button". Via Android app I can create categories. Those then show up within Firefox as well. Thanks |
You can't create an empty category (you neither can in the Notes Android app), but you can just enter any (new) category to a note which will implicitly create a category. Check out the right sidebar, where the corresponding input field is currently located. |
Ahhhhhh, thank you @stefan-niedermann. It's unter "Details" if i create a new note. Nice hide ;) Greetings |
The design matters discussed here pertaining to categories have been implemented for a bit now. And the old sidebar is gone. |
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.
The text was updated successfully, but these errors were encountered: