yjbdsky / vscode-office

让VSCode支持预览PDF,Excel等格式, 并增加markdown所见即所得编辑器

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
  • Word: .docx
  • Svg: .svg
  • Pdf: .pdf
  • Font: .ttf, .otf, .woff, .woff2
  • Markdown: .md
  • HttpRequest: .http
  • Windows Reg: .reg
  • Compressed file: .zip, .jar, .vsix

Markdown

This extension changes the default markdown editor to the vditor.

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

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

Shortcuts: Base on Vditor shortcuts and more:

  • Move list up: Ctrl Alt I / ⌥ ⇧ I
  • Move list down: Ctrl Alt J / ⌥ ⇧ J
  • Edit in VS Code: Ctrl Alt E / ⌥ ⇧ E

Tips:

  • Resize editor via ctrl/cmd+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.

Sponsor

Database Client

Database Client for VS Code, supports connect to MySQL/MariaDB, PostgreSQL, SQLite, Redis and ElasticSearch, and works as an SSH client, boost your maximum productivity! Get it now.

Credits

About

让VSCode支持预览PDF,Excel等格式, 并增加markdown所见即所得编辑器

License:MIT License


Languages

Language:JavaScript 59.1%Language:CSS 28.2%Language:TypeScript 9.2%Language:HTML 2.9%Language:Less 0.3%Language:PowerShell 0.1%Language:AppleScript 0.1%Language:Shell 0.1%