I get that, but I don’t think that an alarm is the same thing as due date. An alarm is reminder, which is usually set in a relation with a due date, but they don’t have to necessarily coincide or be used at the same time. For example, I might set a task with due date in a week, and set an alarm for 2 days before that to have time to complete it. Or just set a task due in a week without an alarm at all.
However, even assuming that we would use them as one as the same, I still didn’t find an option how to sort the tasks according to the alarm date or filter them using it. Am I missing something?
Ok, thanks. So far I've never coded real software, only some data analysis in Python and Arduino scripts, but I can add it to my procrastination projects to do at some point
How’s it looking? any suggestions? Right now, I implemented it in mobile, then I will do it for desktop also. You can add a due date for your note or todos, and then choose to sort according to them. I will try to show the due date with title also after this. Please have a look and let me know if I can improve anything.
My only suggestion would be to have some way to show the due date in the list view. Maybe right-justify it in the same row as the title (maybe with a different font color or smaller side, to differentiate from the title).
I have improved sorting of due dates with these 6 cases, which I think will be best for everyone:
incomplete todos with less due date will be on top
incomplete todos with more due date afterwards and then incomplete todos with no due dates.
completes todos with less due date
complete todos with more due date
complete todos with no due dates
notes ( sorted on their updated time, created time, id )
As soon as I get confirmation that everything is correct in this PR, I will implement due date showing in note-list also. Feel free to give any further suggestions, there is also a working video on this PR if you are interested.
Oh I forgot to type that point, that is already there, all uncompleted todos are always on top and then sorted based on due date.
updated my post.
Link of apk with this feature, if anybody wanna try and help in testing.
I totally concur to that feature request and proposed solution. I've just migrated from Evernote and now terribly miss the possibility to see nearest planned tasks. I've been using that essential feature in Evernote many times a day.
In the desktop version, the Note Overview plugin leverages the issue, but on Android there is nothing. (Yes, for now I'm using on mobile the To Do overview created on desktop, but it is not a live view, so it does not include fresh reminders created on mobile until I get to my notebook and refresh).
New to Joplin here so I'm not completely aware of all the way to use the app but I also found that date tagging / searching would be a nice addition.
Due dates are one such tag and is different from alarm (which you might want to set earlier), but one could think of more. For instance one could have done dates, abandoned dates...
Another example could be if you have notes for people and you want to add a date for their birthday.
In all these cases, it would be nice to have a feature to search, filter, and sort based on those.
One way I thought about it is in term of tags. Users could tag a note/todo with a tag like due:2021-09-21T15:00, or project1:done:2021-09-21...
That gives a lot of flexibility to organize them however needed.
The problem doing that is:
It creates a lot of tags, some possibly containing only one item
Searching is pretty static: cannot search a range, sort by tags...
The first point could be mitigated with nested tags (there seems to be separate issue for that).
The second point would could be addressed with the search syntax.
The syntax used in created:day-1 would look make conflicts (e.g. tag:*:due:day+7).
Maybe some sort of search expression ${{ or(tag:*/due:${date} for date in timerange(${today}, ${today}+7) }}.
These are not perfect ideas... Hope it can give some inspiration. I believe nested tags + powerful (dynamic) search + Embed Search (so you don't have to remember search queries) could get us pretty far!
I really look forward to this feature. I have been using Joplin extensively on all devices and OSs, but only for notes. This is the only reason why I don't use Joplin also for to do lists. I believe reminders and due dates should be separate concepts, like in Todoist or MS ToDo.