PKief / vscode-markdown-checkbox

Get it from the marketplace:
https://marketplace.visualstudio.com/items?itemName=PKief.markdown-checkbox
MIT License
34 stars 11 forks source link

Make date format configurable #19

Closed PKief closed 4 years ago

PKief commented 4 years ago

This pull request makes the date format configurable through the settings.json:

"markdown-checkbox.dateFormat": "YYYY-MM-DD"

It makes use of the JavaScript library moment.js which means that you can find the date format patterns on its documentation.