Lemmingh
Lemmingh
> I prefer to at least leave `$...$` untouched. It is **not possible**. ````markdown # $[(a+b)!](c+d)^2$ ```` With [pandoc-syntax](https://pandoc.org/MANUAL.html#math), this is a math area. **Without, this is an inline link.**
On my draft, it was ````typescript /** * The **single line plain text** representation of the rendering result (in CommonMark mode) of the heading. * This must be able to...
> currently most of the existing exports are named exports Yes. The few default exports were introduced by me. 😂 --- For reference, the lesson from `Highlight.js`: * 8df58cd3f4cfb040076f65350772e35eeb977556 *
根据自己的需要改绑快捷键。 很遗憾,尚无特别的处理办法。在发生快捷键冲突时,VS Code 官方也鼓励用户自定义键绑定。
Hold on, as I'm refactoring the codebase to target VS Code 1.63. I might need another 3 weeks. Also, please do not run CI now.
Implementing a WYSIWYG editor in VS Code's normal text editor is **indeed not possible**. Such support requires at least a `CustomTextEditorProvider`. There are technically lots of difficulties. Webview is confusingly...
We have received a great number of similar requests. Usually, we recommend that you turn to an existing solution like [Typora](https://typora.io/) and [Caret](https://caret.io/). Zettlr that you mentioned above gives us...
> Support replacing a set of character with a drawable container Sounds good. Should be related to: https://github.com/microsoft/vscode/issues/50840 https://github.com/microsoft/vscode/issues/85682 https://github.com/microsoft/vscode/issues/36002
Happened to discover a demo: [Markdown Notebook (`ms-vscode.vscode-markdown-notebook`)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-markdown-notebook) from [`microsoft/vscode-markdown-notebook`](https://github.com/microsoft/vscode-markdown-notebook) This implies that it's possible to merge editor and preview into one view via the [Notebook API](https://code.visualstudio.com/api/extension-guides/notebook) to have a...
Thank you for your input. `{#custom-id}` looks like a pandoc's extension. I'm afraid we will [**not support it until a good number of users request it**](https://lemmingh.github.io/vscode-markdown-docs/decisions/markdown-syntax-and-flavors.html). --- By default (in...