taskwarrior-webui
taskwarrior-webui copied to clipboard
App errors while trying to parse titles as URLs?
I had a task that contained a double colon in it, a la "Doug:: double-check re: Thursday meeting".
The task works fine in CLI taskwarrior and also in all views in the Android app I use.
However, in taskwarrior-webui, it seems to break the page-splitting functionality of the list views. Regardless of how many 'Rows per page' are selected in the drop-down, wherever the list hits the double-colon task it freezes and refuses to move on.
Error toast says Error TypeError: URL constructor: http:Doug:: is not a valid URL.
So, seems like it's something having trouble parsing, e.g. it's not escaping the content data of the task like it should.