Today's problem comes from one of our users via the problem suggestion tab.
Building on our to-do list from a couple of weeks ago, let's add in a way to prioritize tasks. For this to work you'll want the first character to be some kind of a indicator (such as a number 0-9). Then using that indicator you can sort at insertion or at removal time. Let's see what you can come up with!
Comments: