yyoon / Journaley

A simple and elegant open-source journal keeping software for Windows
http://journaleyapp.com/
Other
115 stars 19 forks source link

Clicking on a Markdown link should open the link in users default browser #131

Closed sguergachi closed 8 years ago

sguergachi commented 8 years ago

Right now clicking on a markdown enabled URL opens the website inside the Journaley web view. This should not be the case, instead the users default browser (preferably) should handle the URL.

crxtrdude commented 8 years ago

I currently have the solution to that problem actually. I've seen a fix for the WebBrowser control and I've actually implemented it during the time I edited MarkdownDeep. But when I changed my Git GUI from Git Ext to SourceTree, the changes were gone. I might implement this.