Skip to the content.

Home / cs-notes / Others / Editors / VS Code / extensions / Office Viewer

ext: Office Viewer

vscode-office

This extension is to support the function of previewing common office file formats.

It support below files now:

Markdown

This extension change default editor for markdown:

  1. It change markdown editor as vditor, it’s WYSIWYG editor for markdown.
  2. Support export markdown to pdf, right click editor found it.

if you want using vscode editor, insert below json to vscode config.

"workbench.editorAssociations": [{
    "viewType": "default",
    "filenamePattern": "*.md"
}]

HTML

In html editor, Press ctrl+shift+v open live edit for html.

Credit