Read the statement by Michael Teeuw here.
MMM-ToDo Microsoft (missing ordering options)
-
Hi, in using the ToDo integration with MM, I would like to order the Lists Alphabetically on Title.
Also, there is an other option in the App as well: sort by Importance (Star).
Also, in the App, one also can use Tags (#example). I would love to see these tags in color, like on this forum. -
@Alfnie you should post to the modules GitHub issue page to engage the author.
-
@sdetweil
Ok, I will do that anytime soon.
Thanks for your reply, I am new and learning from it :-) -
I’m the author of https://github.com/thobach/MMM-MicrosoftToDo in case that’s the module you’re referring to ;)
Hashtags are already color coded if you specify the “highlightTagColor” parameter (see https://github.com/thobach/MMM-MicrosoftToDo#installation).
Sorting is possible with the parameter “orderBy”, unfortunately the API does not allow to order by title, which means it would need to be manually implemented on-top if that is a priority for you.
I added though sorting by importance if you set the “orderBy” parameter to “importance”. -
@thobach Thanks for your reply and actions!
I have used the new parameter ‘importance’, but it has no effect yet. I restarted mm.
Should I do some update of the module? Before I can use it’s properties?I already use the hashtags, really neat!
Can you point me in a direction to ‘manually implement on-top ordering by title?’
I can try something to code myself, if only I know where to start :-).