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

For italic, we can choose the wrapper char with `markdown.extension.italic.indicator` setting: https://github.com/neilsustc/vscode-markdown/blob/e0649e30108e43f0f391b261afa3df43669409e1/package.json#L229-L236 It could be nice to have the same thing for bold (e.g. `markdown.extension.bold.indicator`) so we can `toggleItalic` `*like...

Issue: Enhancement
Help wanted
Area: Configuration
Area: Basic formatting

Sometimes I want to keep text structure, so I put text in a code block. The formatter should not touch it. For example: ``````markdown ``` Root |--FolderA |----|--FolderB ``` ``````...

Issue: Bug
Help wanted
Area: Table
Area: Document formatting

## Proposal I am using this extension to write a lot of `README` files with code blocks of commands that I need to run. Consequently in 95% of the cases,...

Issue: Enhancement
Needs Discussion

## Problem The enter and backspace keys become unresponsive if there are many images in the workspace. Could you make it interrupt the autocompletion when there are many completion items?...

Issue: Enhancement
Issue: Performance
Area: Auto completion

#### What is the problem? 还是用中文描述吧; 当插入一张图片时,在列表右边的预览框无法显示图片内容。 但是图片路径是正确的,我选择完之后,可以正常显示。 #### How can I reproduce it? 在 `VSCode` 里新建一个 `Markdown` 文件,然后输入 `![]()` ,在弹出的列表中选择图片。 ![2020-08-28_09-18-27](https://user-images.githubusercontent.com/8065899/91510930-0e308c80-e911-11ea-9632-6bd8be062952.gif) #### Is there any error message in the...

Issue: Bug
Upstream
Area: Auto completion

## Proposal 由于 KaTeX 现在不支持 LaTeX `physics` 宏包, 我想在 `markdown.extension.katex.macros` 中自己定义一些命令, 例如 `\pdv` 函数, 使得下面的代码: ```latex \pdv{}{t} \pdv[2]{}{t} ``` 分别生成: ```latex \frac{\partial}{\partial t} \frac{\partial^2}{\partial t^2} ``` 请问能实现这个功能吗? 不过, KaTeX 现在似乎还不支持该功能....

Upstream
Area: Math
Res: External

## Proposal latex package `physics` contains many useful commands, such as `\bra,\pdv,\fdv,\dd`, is it possible to add this package into markdown document? I have some try, e.g. ``` header-includes: |...

Area: Math
Res: External

- Issue Type: `Performance` - Extension Name: `markdown-all-in-one` - Extension Version: `3.0.0` - OS Version: `Windows_NT x64 10.0.18363` - VSCode version: `1.45.1` [yzhang.markdown-all-in-one-unresponsive.cpuprofile.txt](https://github.com/yzhang-gh/vscode-markdown/files/4707703/yzhang.markdown-all-in-one-unresponsive.cpuprofile.txt) Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load

Needs More info
Issue: Performance

## Proposal 如题,觉着这些功能挺常用的,比如下划线`CTRL+U`,只要在文本两端加上`` ``即可。使用快捷键用起来会舒服一些。 我可以通过自定义键绑定,实现`CTRL+U`添加上述标记,但是再按一次快捷键不能将其删掉,不能像加粗和斜体一样再按一次能取消,这是麻烦的地方。

Issue: Question
Res: Out of scope
Area: Input

## Proposal * use powerline font in the preview window and output HTML files. * it is useful for reading and quickly understand the files.` ![test](https://user-images.githubusercontent.com/47681299/112149586-1c7e2700-8c1a-11eb-90ff-78b113441853.png) ## References the font...

Issue: Question
Area: Styles and Presentation
Res: External