Fork me on GitHub

VsCode之Markdown插件

1. Markdown all in one链接

全功能集,下载人数最多的一款,主要用到的格式化功能。

2. Markdown Preview Enhanced链接

  • 自动编辑器及预览滑动同步
  • 导入外部文件
  • Code Chunk
  • Pandoc
  • Prince
  • 电子书
  • 幻灯片
  • 可扩展性
  • LaTeX 数学
  • 导出 PDF, PNG, 以及 JPEG 凭借 Puppeteer
  • 导出漂亮的 HTML(移动端支持)
  • 编译到 GitHub Flavored Markdown
  • 自定义预览 CSS
  • TOC 生成
  • 流程图 / 时序图 以及各种其他种类的图形
  • 嵌入 LaTeX, 渲染 TikZ, Chemfig 等图形
  • Task List (Github Flavored)
  • 图片助手
  • 脚注
  • Front Matter

3. Markdown Shortcuts链接

快捷键合集,支持右键完成各种格式调整操作:加粗、斜体、表格等等

Name Description Default key binding
md-shortcut.showCommandPalette Display all commands ctrl+M ctrl+M
md-shortcut.toggleBold Make **bold** ctrl+B
md-shortcut.toggleItalic Make _italic_ ctrl+I
md-shortcut.toggleStrikethrough Make ~~strikethrough~~
md-shortcut.toggleLink Make [a hyperlink](www.example.org) ctrl+L
md-shortcut.toggleImage Make an image ![](image_url.png) ctrl+shift+L
md-shortcut.toggleCodeBlock Make ```a code block``` ctrl+M ctrl+C
md-shortcut.toggleInlineCode Make `inline code` ctrl+M ctrl+I
md-shortcut.toggleBullets Make * bullet point ctrl+M ctrl+B
md-shortcut.toggleNumbers Make 1. numbered list ctrl+M ctrl+1
md-shortcut.toggleCheckboxes Make - [ ] check list (Github flavored markdown) ctrl+M ctrl+X
md-shortcut.toggleTitleH1 Toggle # H1 title
md-shortcut.toggleTitleH2 Toggle ## H2 title
md-shortcut.toggleTitleH3 Toggle ### H3 title
md-shortcut.toggleTitleH4 Toggle #### H4 title
md-shortcut.toggleTitleH5 Toggle ##### H5 title
md-shortcut.toggleTitleH6 Toggle ###### H6 title
md-shortcut.addTable Add Tabular values
md-shortcut.addTableWithHeader Add Tabular values with header

4. markdown-toc链接

非常好用的目录生成工具,

  • Insert header number sections. 插入目录段落序号
  • Auto active plugin on markdown。
  • Insert anchor for header <a id="markdown-header" name="header"></a> 插入锚到文件头
  • Linking via anchor tags # A 1 → #a-1 自动重拍段落编号
  • Depth control[1-6] with depthFrom:1 and depthTo:6 段落编号支持6级
  • Enable or disable links with withLinks:true
  • Refresh list on save with updateOnSave:true
  • Use ordered list (1. ..., 2. ...) with orderedList:true
posted @   龙城飞将军  阅读(1700)  评论(0编辑  收藏  举报
编辑推荐:
· 一个费力不讨好的项目,让我损失了近一半的绩效!
· .NET Core 托管堆内存泄露/CPU异常的常见思路
· PostgreSQL 和 SQL Server 在统计信息维护中的关键差异
· C++代码改造为UTF-8编码问题的总结
· DeepSeek 解答了困扰我五年的技术问题
阅读排行:
· 清华大学推出第四讲使用 DeepSeek + DeepResearch 让科研像聊天一样简单!
· 推荐几款开源且免费的 .NET MAUI 组件库
· 实操Deepseek接入个人知识库
· 易语言 —— 开山篇
· 【全网最全教程】使用最强DeepSeekR1+联网的火山引擎,没有生成长度限制,DeepSeek本体
点击右上角即可分享
微信分享提示