-
Notifications
You must be signed in to change notification settings - Fork 100
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
Improvements for categories #89
Comments
I will use this issue to collect all the improvements requested for categories:
|
@raimund-schluessler any update on this enhancement? |
Tasks is so good! One question, is there a way to sort by categories? Thanks! |
Yap, this is very pitty. I miss this feature too. |
Additionally, it would be great to filter by category. |
Yeah, i miss also the feature of filtering by category. And the category tags being also links to that filtering. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I came to the git repo to see if anyone had requested this feature already. Do you know why it was removed? It'd be great if could view list of categories in left-hand panel, filter by category, and view all tasks tagged with a category. Would replicate the main features from Tasks.org (mobile app I sync tasks with) that are currently missing from Tasks. |
It was not removed. It was never available in the first place. And you can filter by category. Just type the category name in the search box at the top right. |
That is not filtering per category, if you search for example with "category" on the search box you will see everything containing "category" on title, description... Not only in the category field. IMHO a nice improvement would be the possibility to filter with categories (more than one). This is already working with tags in files. |
Perhaps, this helps: nextcloud/cookbook#375 |
Please also have a look at #1453, it's a proper ticket for what @javisomoza asked for |
Was there any work done into this direction already? And if not is there an easy way to add this and someone could point me into the right direction to start this? |
New tasks are created here: Lines 708 to 783 in 4346ae4
You can parse the summary and set categories and dates in this function. |
that requires you to know / remember what tags you have made. It is especially tricky if you use emoji for your tags. Best practice UX is to provide a list of tags somewhere (as every other GTD / TASK app does by default) . Basic operation is the ability to filter by clicking on tags and even multiple tags. These are common fundamentals. |
This comment needs to be bumped up to the top priority. |
Extracting tags from the summary was just added in #2425. |
Filtering by tags was implemented in #2427 and will be released with v0.16.0. I will close this issue, since the main features discussed here were implemented and the remaining requests have their own tickets. Please speak up or open a new issue if you think that a feature request got lost. |
Nextcloud has a tagging system.
'Categories' are tags, and should sync with that system.
The benefits would be:
The text was updated successfully, but these errors were encountered: