theunraveler / taskwarrior-web

A web interface for the Taskwarrior todo application. Because being a neckbeard is only fun sometimes.
http://theunraveler.github.com/taskwarrior-web
MIT License
526 stars 63 forks source link

Links are not rendered as href #131

Open bserem opened 5 years ago

bserem commented 5 years ago

I have combined taskwarrior with redmine, so on cron it gets issues assigned to me and brings them to my terminal, with a link to redmine like this:

(bw)Is#5547 - Sprint 23 Deployments & Communicati .. https://my.redmine.domain/issues/5547

Links work fine in the terminal, but in taskwarrior-web they are plain text, not something I can click on:

<td class=" ">(bw)Is#5547 - Sprint 23 Deployments &amp; Communicati .. https://my.redmine.domain/issues/5547</td>              

I can understand that links are being identified by my terminal client, but I suppose it would be really cool if taskwarrior-web could do the same somehow.

Thanks