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  | 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