dewdad / vscode-office

VSCode office files editor

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 the editor to follow the theme, you can turn on this configuration

{
    "vscode-office.autoTheme": true
}

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 office files editor

License:MIT License


Languages

Language:JavaScript 77.7%Language:CSS 15.6%Language:HTML 3.5%Language:TypeScript 3.0%Language:PowerShell 0.1%Language:AppleScript 0.1%Language:Shell 0.0%