You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix launch configuration to run npm script compile:dev ([a45ad01](https://github.com/PKief/vscode-markdown-checkbox/commit/a45ad01c7718bd08770f85997260ab3ea1f83710))
9
+
2
10
## 1.6.0 (2019-04-24)
3
11
### Features
4
12
- Configurable checkmark ([@PKief](https://github.com/PKief) in [#14](https://github.com/PKief/vscode-markdown-checkbox/pull/14))
Copy file name to clipboardExpand all lines: LICENSE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
The MIT License (MIT)
2
-
Copyright (c) 2019 Philipp Kief
2
+
Copyright (c) 2020 Philipp Kief
3
3
4
4
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
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.
9
+
With 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.
These are the initial keyboard shortcuts, which can be customized by the [Keyboard Shortcuts](https://code.visualstudio.com/docs/getstarted/keybindings) settings in VS Code.
35
34
36
35
## Configuration
37
-
You can customize this extension with the following options.
38
-
39
-
> *File -> Preferences -> Workspace Settings*
40
-
36
+
This extension can be customized with the following options.
41
37
42
-
### Need a bullet point?
43
-
Do you need a bullet point before the created checkbox? Select true (*default*) for this:
38
+
### Bullet points
39
+
If bullet points before the checkboxes are required, then they can be enabled with the following setting:
44
40
45
41
options: true | false
46
42
@@ -117,16 +113,16 @@ Preview:
117
113
*[X]~~*sample with date*~~[2017-11-23]
118
114
119
115
### Format date
120
-
If dates are enabled for the checkboxes, you can format the dates with the following user setting:
116
+
If dates are enabled, they can be formatted with the following user setting:
121
117
122
118
```json
123
119
"markdown-checkbox.dateFormat": "YYYY-MM-DD"
124
120
```
125
121
126
-
It makes use of the JavaScript library [moment.js](https://momentjs.com/docs/#/parsing/string-format/) which means that you can find the date format patterns on its documentation.
122
+
It makes use of the JavaScript library [moment.js](https://momentjs.com/docs/#/parsing/string-format/) which means that the date format patterns can be found there.
127
123
128
124
### Specify language IDs
129
-
Besides markdown, this extension can also be used for other languages in VS Code. You can specify the language IDs in the user settings like this:
125
+
Besides 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:
0 commit comments