• Stars
    star
    1,053
  • Rank 43,788 (Top 0.9 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 3 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Let VSCode support previewing PDF, Excel, Word and other formats, and add markdown WYSIWYG editor.

vscode-office

中文说明

This extension supports previewing these common office file formats.

  • Excel: .xls, .xlsx, .csv
  • Word: .docx
  • Svg: .svg
  • Pdf: .pdf
  • Font: .ttf, .otf, .woff
  • Markdown: .md
  • HttpRequest: .http
  • Windows Reg: .reg
  • Compressed file: .zip, .jar, .vsix

If it helps you, consider star this repository (●'◡'●).

Markdown

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

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

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

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

Usages:

  • Resize editor via ctrl/meta+mouse scroll.
  • Hyperlinks can be opened by ctrl/meta+click or double-click.

HTML

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

Credits