medovob / workflowy-for-coders

A Google Chrome extension for WorkFlowy to add markdown support and syntax highlighting in notes
117 stars 18 forks source link

Add link to urls automatically #6

Closed JulioC closed 11 years ago

JulioC commented 11 years ago

The default content field on workflowy adds an anchor on URLs. The extension removes this functionality.

medovob commented 11 years ago

I don't think having automatic URLs in markdown would be possible as this would lead to various ambiguities

Markdown allows you to achieve what you want by simply wrapping the URL in <>.

<http://www.mydomain.com/myurl>