vscode-markdown-checkbox
vscode-markdown-checkbox copied to clipboard
Get it from the marketplace:
Executing `Mark checkbox` on ``` - [x] this is a **bold** action ``` incorrectly removes the bold Markdown formatting, resulting in ``` - [ ] this is a bold action...
Markdown Preview in VS Code shows the checkbox, which can be clicked to tick or untick, but this is not updated on the file itself. It'd be helpful to have...
Is it possible to have an option remove the ~~* surrounding the text when making it checked? Depending on what font you use the "~" character doesn't always render well....
From #32, I'm experimenting with using different types of brackets to have different meaning. So `- [ ]` is a task that should be executed. While `- ( )` is...
I really enjoy using this extension, not only for simple to-do lists but also for "decision" lists. I start these lists by enumerating all the options I have and then...
* Should fix #17, without an arrow, and without a template for creation date. * New setting `dateWhenCreated` added, defaults to true, to disable this feature. Notes: * Is it...
Command 'Markdown: Pick checkboxes' resulted in error (command 'markdown-checkbox.showQuickPick' not found) There is already a comment on the vsc marketplace about this. Setup: Version: 1.73.0 (user setup) Commit: 8fa188b2b301d36553cbc9ce1b0a146ccb93351f Date:...
Slow!
Either toggling a checkbox with the keyboard shortcut, or opening the modal with the n/N buttom in the bottom bar are both very slow (like, 30s). (After opening the modal,...
complete action has a timestamp, but there is no timestamp when the checkbox is created. if a create tmestamp is there , I can roughly know how long the TODO...
Would love to use this for release procedures. Some features that would help: - Bullet numbering (after checkbox, before does not render) with numbering reflow - outline numbering with indenting...