pile icon indicating copy to clipboard operation
pile copied to clipboard

URLs are not well rendered

Open iursevla opened this issue 7 years ago • 2 comments

When i create a todo with a link, e.g:

Watch AngularJS videos from Tech CBT YT channel -> GitHub channel is [youtube-channel-source-code](https://github.com/techcbt/youtube-channel-source-code)

It will be rendered as:
Watch AngularJS videos from Tech CBT YT channel -> GitHub channel is [youtube-channel-source-code](github.com)

I want either to be able to see the renamed link OR the full link OR a link that looks looks clickable (since if you hover over the link the mouse stays the same as hovering over any other part of the TODO comment).

iursevla avatar May 23 '18 15:05 iursevla

Todo doesn't support markdown. The link will be automatically parsed and shortened, you could click the github.com and it will open in the browser. The style is a problem. I'll fix this soon.

imfing avatar May 24 '18 04:05 imfing

Sorry that I've been too busy The style is fixed with the commit https://github.com/mtobeiyf/pile/commit/04eea4f641dd49d842fa738f2eb65f629665add4 Wait for the next release in a few days~😄

imfing avatar Jun 08 '18 14:06 imfing