waferbaby / usesthis

A nerdy little interview website, asking people from all walks of life what they use to get the job done.
http://usesthis.com/
MIT License
579 stars 119 forks source link

Insert link in Markdown API #57

Closed pablosproject closed 7 years ago

pablosproject commented 7 years ago

Hi,

The API are currently getting to me markdown with not correct links, basically those just have the slug name. Could you make them output the real link of the software or hardware?

Here is an example: On the iPad I use [Procreate][procreate-ios] and [Adobe Sketch][photoshop-sketch-ios]. I like Procreate for how powerful the tool is, but nothing has been able to top Adobe Sketch's basic pencil tool

waferbaby commented 7 years ago

That is definitely a bug! Will fix. :)

waferbaby commented 7 years ago

Okay, give that a shot?

pablosproject commented 7 years ago

Hey. Thanks for checking. Still not correct. Tried this, still have things like I have an [iPhone 6s][iphone-6s],

waferbaby commented 7 years ago

Oh, I mean I've added the actual links to the bottom of the content now, so it should render as Markdown correctly!

pablosproject commented 7 years ago

Ok, will give it a try.

waferbaby commented 7 years ago

How'd that go?

pablosproject commented 7 years ago

Looks good. Still had no time to go thorugh this, but will ping you if there are problems.

waferbaby commented 7 years ago

Rad! Re-open an issue if something goes wrong :)

pablosproject commented 7 years ago

Hi Daniel. I tried again and it still not render correctly. There are 2 problems:

  1. some links that are blank, like [Atom][] in this call https://usesthis.com/api/interviews/daniel.zarick.

  2. There are no problem with [Item-Name][Slug], I can search through all the gears attached and substitute it. The fact is that appending all the link at the bottom of the content doesn't help as they get rendered as extra text. Is it possible to remove those?

Thanks!