davraamides / todotxt-mode

MIT License
59 stars 12 forks source link

Feature Request - Extension Setting to Change Date Format #33

Closed cldjr1 closed 2 years ago

cldjr1 commented 3 years ago

Any chance you could add an Extension Setting to allow changes to the due-date format? Or expand the date-recognition to allow variations of the date formatting? For example, I prefer MM/DD/YYYY.

davraamides commented 3 years ago

It shouldn't be too difficult to pull that regex pattern into a setting. I'll put it on my queue.

davraamides commented 2 years ago

I finally got around to doing this. There is a new tagDatePattern setting where you can specify a strftime-style format string, such as "%m/%d/%Y". It's in version 1.4.28.