Please implement a sort option to sort tasks (especially completed tasks) alphabetically.
Use case: Mirakel Shopping List
A shopping list has items as tasks (e.g. milk, bread, lettuce, etc.) to be ticked off. When a shopping list is being made, previously completed items can be "un-completed" to add them back to the list. It should be quick and easy to find those items. Sorting completed items by creation date or completion date does not make it easy to find a single item in a list of ~100 items. Sorting alphabetically by task name would make it easy, greatly enhancing Mirakel's flexibility as a list manager.
Perhaps the sort by "Alphabetical" option could replace the redundant "Default" option (which appears to be the exact same as "Created date"?)