brittanydionigi / devtip-of-the-day

Browser extension for displaying a new shortcut or workflow tip for developers upon opening a new tab
MIT License
7 stars 6 forks source link

Add functionality to show new tip daily #12

Closed osamajandali closed 6 years ago

osamajandali commented 7 years ago

Get the number of days passed since project creation. Use it as index for tips by getting the reminder of it with tips length to ensure it doesn’t get out of range .

brittanydionigi commented 7 years ago

I'm going to hold off on reviewing this for now until I figure out a couple more functionality pieces. I'm thinking of switching the simple JSON format of the tips to full-blown markdown/html files for each tip so that we can support more advanced tips that need a little more detail/thoroughness. I'm currently playing around with switching over to HTML imports that would effect this functionality (importing a different timestamped HTML file that gets swapped out each day).

osamajandali commented 7 years ago

I think switching to html files will be better yes and will help in giving the tip content more freedom.