Markdown checkboxDescriptionWith this extension for Visual Studio Code it's possible to create todo lists in markdown. The extension provides shortcuts and some workspace configurations to create checkboxes and mark them with a shortcut. How to useInformation in status barAt least one checkbox must exist in a file to see this information. Pick CheckboxesToggle all checkboxes in the current document with the Multi-Select QuickPick: The QuickPick can be opened either from the command palette or by clicking on the status bar item. Keybindings
These are the initial keyboard shortcuts, which can be customized by the Keyboard Shortcuts settings in VS Code. ConfigurationThis extension can be customized with the following options. Bullet pointsIf bullet points before the checkboxes are required, then they can be enabled with the following setting:
Example:
Type of bullet pointsSelect a type of bullet point:
Example
Type of checkmarkSelect a type of checkmark:
Example
ItalicItalic font style of line of the checkbox after the checkbox has been checked:
Preview
StrikethroughStrikethrough the line of the checkbox after the checkbox has been checked:
Preview:
Date when checkedAdd date behind the checkbox item after the checkbox has been checked:
Preview:
Format dateIf dates are enabled, they can be formatted with the following user setting:
It makes use of the JavaScript library moment.js which means that the date format patterns can be found there. Specify language IDsBesides markdown, this extension can also be used for other languages in VS Code. The language IDs can be specified in the user settings like this:
|