2.0.2 • Published 3 years ago

vscode-office v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vscode-office

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

It support below files now:

  • Excel: .xls, .xlsx, .csv
  • Word: .docx
  • PhotoShop: .psd
  • Svg: .svg
  • Pdf: .pdf
  • Epub: .epub
  • Xmind: .xmind
  • Font: .ttf, .otf, .woff
  • Markdown: .md
  • HttpRequest: .http
  • PlantUml: .puml, .plantuml
  • Windows Reg: .reg

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