imfing / pile

:zap: A simple & powerful app to organize your piled work at one place~
GNU General Public License v3.0
166 stars 15 forks source link

URLs are not well rendered #30

Open iursevla opened 6 years ago

iursevla commented 6 years ago

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).

imfing commented 6 years ago

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 commented 6 years ago

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~😄