markerikson / react-redux-links

Curated tutorial and resource links I've collected on React, Redux, ES6, and more
22.59k stars 2.5k forks source link

Improve article list metadata #70

Open IamJoseph opened 7 years ago

IamJoseph commented 7 years ago

In order to provide the most up-to-date information for react-redux links metadata should be included for the articles. My suggestion would be to add the dates the articles were published. If this is something you're interested in let me know and I can submit a PR.

markerikson commented 7 years ago

Seems like a worthwhile idea. My main question is formatting. Here's what my current entry format looks like:

Markdown:

- **Article Title**  
  http://link.to/article  
  Article description here

Result:

I'm not sure exactly how I'd like to see the date squeezed into that. Ideas?

Sprinter100 commented 7 years ago

In parenthesis, after a titile with a dot.

markerikson commented 7 years ago

I'm a firm believer in ISO-8601 as the One True Way to write dates :)

IamJoseph commented 7 years ago

lol so should I proceed with @Sprinter100's suggestion with ISO-8601 formatting?

markerikson commented 7 years ago

Yeah, parentheses at the end of the article title should work, although maybe not bolded:

Thanks!