oneezy / gtd-trello-card-links

Get Things Done w/ Trello Card Links!
23 stars 5 forks source link

[Request] Add support for markdown links #7

Open HenryMarshall opened 7 years ago

HenryMarshall commented 7 years ago

The URLs make the posts less clean. I would love if we could use markdown links like this:

[awesome page](http://example.com)

I don't know how the popular markdown parsing libraries work under the hood, but using a parsing library would also likely resolve #6 as well. As per the markdown spec, this would break the ability to use domains specified without http.

If you're open to this solution let me know, and I'd be happy to submit a PR.

oneezy commented 7 years ago

Definitely @HenryMarshall !

If you'd like to submit a PR I'd be happy to update the extension. Creating Markdown on the front of cards is definitely something I was planning for.