vscode-markdown-checkbox
vscode-markdown-checkbox copied to clipboard
Insert date while creating a checkbox
- Should fix #17, without an arrow, and without a template for creation date.
- New setting
dateWhenCreatedadded, defaults to true, to disable this feature.
Notes:
- Is it needed to have a template for the creation date?
- What's about the dateFormat? It's ignored and always ISO by now.
- Redundant test code should be reorganized maybe.
I would like to remove the creation date if checked at the same day, and use the checked date for creation when reopen without a create date later. What do you think?