More customizable "Specific List" view in Widget
ding.liu says:
I want a widget showing a specific list, including tasks without due date and tasks which will end in recent two days, so other tasks end later should be filtered out.
With this widget, users could check their recent action quickly on the go, if they want to check the whole list, the main UI of the app will do.
:-)
With this widget, users could check their recent action quickly on the go, if they want to check the whole list, the main UI of the app will do.
:-)
Hello, I am not sure to understand you properly, but the current version of the Android application already provide something similar I think. When you install the widget, it ask you which list to display. Using this method, you could select a smartlist that contains all the criteria that you want to be applied (task with past date or no date at all, or that end soon, etc).
To change the list, you need to remove the widget and add it again.
I already have a special list that contains what I want to be informed about in the widget and this is what the widget display all the time. Here is its description, maybe it could help you create your own:
((list:Inbox OR list:Personal) and (due:never) and not (tag:@wait)) OR ((not list:ShoppingList and not list:Mywork) and (due:today or dueBefore:today or (not priority:none)))
I hope this could be useful.
- Pierre
To change the list, you need to remove the widget and add it again.
I already have a special list that contains what I want to be informed about in the widget and this is what the widget display all the time. Here is its description, maybe it could help you create your own:
((list:Inbox OR list:Personal) and (due:never) and not (tag:@wait)) OR ((not list:ShoppingList and not list:Mywork) and (due:today or dueBefore:today or (not priority:none)))
I hope this could be useful.
- Pierre
nwsedlak says:
You can do that right now by making a SmartList through the web interface with those parameters and linking the widget to it. Use this: dueWithin:"2 days" AND due:never AND list:YourSourceListName
ding.liu says:
Thank you guys, I forgot the smartlist feature, it can do all what I want!
:-D
:-D