当前位置:网站首页>Markdown plug-in of vscode

Markdown plug-in of vscode

2020-11-09 19:11:00 General longchengfei

1. Markdown all in one link

Full feature set , The one with the most downloads , The main format function used .

2. Markdown Preview Enhanced link

  • Automatic editor and preview slide synchronization
  • Import external file
  • Code Chunk
  • Pandoc
  • Prince
  • e-book
  • Slide
  • Extensibility
  • LaTeX mathematics
  • export PDF, PNG, as well as JPEG rely on Puppeteer
  • Export beautiful HTML( Mobile support )
  • Compile to GitHub Flavored Markdown
  • Custom preview CSS
  • TOC Generate
  • flow chart / Sequence diagram And all kinds of other kinds of graphics
  • The embedded LaTeX, Rendering TikZ, Chemfig Isograph
  • Task List (Github Flavored)
  • Picture assistant
  • footnote
  • Front Matter

3. Markdown Shortcuts link

Shortcut keysets , Right click to complete various format adjustment operations : In bold 、 Italics 、 Forms, etc

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 link

Very easy to use directory generation tool ,

  • Insert header number sections. Insert table of contents paragraph number
  • Auto active plugin on markdown.
  • Insert anchor for header <a id="markdown-header" name="header"></a> Insert anchor to file header
  • Linking via anchor tags # A 1 → #a-1 Auto remake paragraph numbering
  • Depth control[1-6] with depthFrom:1 and depthTo:6 Paragraph numbering supports 6 level
  • Enable or disable links with withLinks:true
  • Refresh list on save with updateOnSave:true
  • Use ordered list (1. ..., 2. ...) with orderedList:true

版权声明
本文为[General longchengfei]所创,转载请带上原文链接,感谢