kbravh / tweet-to-markdown

A command line tool to convert Tweets to Markdown.
MIT License
159 stars 9 forks source link

[FEAT] add dates to downloaded tweets and frontmatter #16

Closed kbravh closed 1 year ago

kbravh commented 1 year ago

I need to include the tweet date information in the generated markdown. This will bring the CLI closer to feature parity with the Obsidian plugin.

An obvious missing feature is allowing the user to define the date format. Unfortunately, toLocaleDateString() does not accept nice formats like every other date library. I will work on writing a wrapper, but in the meantime, it will just be a default.

Addresses #10