vscode-markdown icon indicating copy to clipboard operation
vscode-markdown copied to clipboard

Markdown All in One

Results 228 vscode-markdown issues
Sort by recently updated
recently updated
newest added

fix https://github.com/yzhang-gh/vscode-markdown/issues/1358

There's a conflict between the shortcut key cmd+b for `toggleBold` and `View: Toggle Primary Side Bar Visibility`, I found that adding`editorHasSelection` can workaround and improve the UX.

Area: Input

I've added a shortcut key that allows you to toggle multiple lines between List and Task List formats, just like the Check/Uncheck function.

Needs Discussion
Area: Input

Fix #774 This option enables the checkboxes in the outputted HTML, useful for making to-do lists

Area: Configuration
Area: Task list

### What's the problem **Close Preview** doesn't work with keybinding ### Screenshot ![image](https://github.com/yzhang-gh/vscode-markdown/assets/19517680/5ab95725-0d28-4931-b727-f0948a3fc6ef) ![image](https://github.com/yzhang-gh/vscode-markdown/assets/19517680/840e126c-b74b-44a8-959c-b813c5299646) ![image](https://github.com/yzhang-gh/vscode-markdown/assets/19517680/40375dc0-13a0-41ae-af30-b694cd1d8ecf)

Res: Duplicate
Area: Input

#### What is the problem? When using `C-}` to promote the line under cursor to H1 or H2 and `C-{` to demote to H1 or H2, `#` and `##` are...

Help wanted
Issue: Feature

https://github.com/yzhang-gh/vscode-markdown/assets/54026028/53c3da52-e3b1-4102-91fa-d7d51929917b ### Proposal When I press command shift v to show a preview of the file, and I put the preview side by side with the markdown file, if the...

Upstream
Area: Preview

### What's the problem I integrated the extension into Eclipse Theia. After launching I got the error message `Activating extension 'Markdown All in One' failed: Cannot convert undefined or null...

### Proposal Can links to .md#header files be converted to .html#header ? Now Plain links to .md files will be converted to .html, but is would be very handy if...

Res: Duplicate
Area: Exporting

Type: Bug I generated a markdown document including an mp4 video. Trying to open the preview page the following error is displaied in the pop-up window: `Error loading webview: Error:...

Needs More Info
Area: Preview