react-redux-links icon indicating copy to clipboard operation
react-redux-links copied to clipboard

Improve article list metadata

Open IamJoseph opened this issue 8 years ago • 5 comments
trafficstars

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.

IamJoseph avatar Sep 28 '17 00:09 IamJoseph

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:

  • Article Title
    http://link.to/article
    Article description here

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

markerikson avatar Sep 28 '17 15:09 markerikson

In parenthesis, after a titile with a dot.

  • Article Title. (10.02.17)
    http://link.to/article
    Article description here

Sprinter100 avatar Oct 02 '17 07:10 Sprinter100

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

markerikson avatar Oct 02 '17 15:10 markerikson

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

IamJoseph avatar Oct 02 '17 19:10 IamJoseph

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

  • Article Title (2017-10-02) http://example.com/article Article description here

Thanks!

markerikson avatar Oct 02 '17 19:10 markerikson