grandsong / vscode-office

让VSCode支持预览PDF,Excel等格式, 并增加markdown所见即所得编辑器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-office

中文说明

This extension supports previewing these common office file formats.

  • Excel: .xls, .xlsx, .csv
  • Svg: .svg
  • Pdf: .pdf
  • Font: .ttf, .otf, .woff
  • Markdown: .md
  • HttpRequest: .http
  • PlantUml: .puml, .plantuml
  • Windows Reg: .reg

Markdown

This extension changes the default markdown editor to the excellent vditor:

  • A WYSIWYG editor for markdown.
  • Which provides export to pdf (via right click in the document tab).

If you want to use the original vscode editor, insert this in your settings.json.

{
    "workbench.editorAssociations": {
        "*.md": "default"
    }
}

HTML

The html editor supports live viewing. Press ctrl+shift+v to open the live view.

About

让VSCode支持预览PDF,Excel等格式, 并增加markdown所见即所得编辑器

License:MIT License


Languages

Language:JavaScript 62.2%Language:CSS 28.9%Language:TypeScript 4.5%Language:HTML 4.2%Language:PowerShell 0.1%Language:AppleScript 0.1%Language:Shell 0.1%