Skip to content

dmi/vscode-office

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.1%
  • CSS 19.4%
  • HTML 3.3%
  • TypeScript 3.0%
  • PowerShell 0.1%
  • AppleScript 0.1%