DEV Community

Discussion on: Build a Countdown Timer for Writing

Collapse
 
indoor_keith profile image
Keith Charles

I LOVE this! I'm not participating in NaNoWriMo this year, but man I'm going to build one of these for myself to use for next year. Thank you for the idea and explaining your process so well!

Collapse
 
indoor_keith profile image
Keith Charles • Edited

Quick note about syntax highlighting! If you add "js" just after your first set of backticks, on the same line, you'll get some nice syntax highlighting cooresponding to the language you specify. It would look like this (replacing the single quotes with backticks):

'''js
// your code here
'''

Collapse
 
kahawaiikailana profile image
Kailana Kahawaii

Thanks so much! Excited to try this out.