Skip to content

jcvtieck/vscode-extension-markdown-checkbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown checkbox

Version Installs Ratings

Description

With this extension for Visual Studio Code it's possible to create your todo list in markdown. The extension provides shortcuts and some workspace configurations so you can create a checkbox and mark it quickly and smoothly.

How to use

Preview

Information in status bar

Preview of status bar information

You have to create at least one checkbox to see this information.

Keybindings

Create a checkbox:

ctrl + shift + c

Toggle checkbox:

ctrl + shift + enter

Configuration

You can customize this extension with the following options.

File -> Preferences -> Workspace Settings

Need a bullet point?

Do you need a bullet point before the created checkbox? Select true (default) for this:

options: true | false
"markdown-checkbox.withBulletPoint": true

Example:

* [ ] todo

Type of bullet points

Select a type of bullet point:

options: "*" | "-" | "+"
"markdown-checkbox.typeOfBulletPoint": "*"

Example

* [ ] asterisk
- [ ] minus
+ [ ] plus

Italic

Italic font style of line of the checkbox after the checkbox has been checked:

options: true | false
"markdown-checkbox.italicWhenChecked": true

Preview

  • this line is italic

Strikethrough

Strikethrough the line of the checkbox after the checkbox has been checked:

options: true | false
"markdown-checkbox.strikeThroughWhenChecked": true

Preview:

  • this line has been crossed out

Latest update

  • added status bar item to show status of all checkboxes

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%