This is a topic in Feature Requests

Linking URLs in To Do Items

 
Avatar jefflennan 89 posts

Would it work or be acceptable to make urls in to do items into links? When doing lists about web pages for example, it would be helpful if you could click on the url and go to the page.

 
Avatar Benjamin Jen... 198 posts

jeff, you can already do this, as long as you use standard HTML to post the urls in the To-Dos. Like:

<a href="www.msn.com>MSN</a>

There isn’t an automated way of doing this though. Good luck!

 
Avatar TMG 38 posts

Jeff,

Benjamin is right. I would throw in that I find it a lot more user friendly when you set the target into a new tab. like:

<a href="www.msn.com" target="_blank" class=""> MSN </a>

 
Avatar Benjamin Jen... 198 posts

Good point, TMG. I haven’t done many links, and always forget about that enhancement… until it annoys me. :)

 
Avatar jefflennan 89 posts

Thanks all – My preference would be auto linking, like in messages. While it is cleaner to use the href, posting to do items often lends itself to fast typing/pasteing.

 
Avatar citegirl 16 posts

Agreed…would be immensely helpful in all the form fields for URLs to be understood.

Signup or login to post a reply.