LTorrao / ooxml-viewer-vscode

An OOXML Viewer for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OOXML Viewer VSCode Extension

Continuous Integration Visual Studio Marketplace

* Please note, files must be stored locally, i.e. not in OneNote, Dropbox, etc.

Features

Display the contents of OOXML documents in VS Code

To view the contents of an OOXML document, right click on the file in the context menu, then click on the part you want to view.

Opening an OOXML Part

Edit the contents of OOXML documents in VS Code

To edit an OOXML part, select the part in the OOXML Viewer menu then edit and save. The changes will be reflected in the OOXML document.

Editing the contents of an OOXML document in VS Code

Get diff when OOXML documents are edited from outside, e.g. in Microsoft Word, Libre Office Writer, Microsoft Excel, Libre Office Calc, etc.

When a document opened by the OOXML Viewer is edited from an external program, changed parts are marked with a yellow asterisk, deleted parts are marked with a red asterisk, and new parts are marked with a green asterisk.

To view a diff with the previous version of an OOXML part, right click on the part in the OOXML Viewer menu and click "Compare with Previous".

Diff adding text to a odt file

Getting the diff of an OOXML Part

Diff adding a slide to a pptx file

Getting the diff of an OOXML Part

Diff removing a slide from a pptx file

Getting the diff of an OOXML Part

Search all parts

To search all parts, click "SEARCH PARTS" in the tree view title bar, enter your search term, and press enter/return. The initial search is not case sensitive or whole words only, but once the OOXML Viewer opens the search pane, all VS Code search options are available.

Searching all OOXML Parts

Release Notes

Please see the Changelog

About

An OOXML Viewer for Visual Studio Code

License:MIT License


Languages

Language:TypeScript 95.6%Language:JavaScript 3.3%Language:Dockerfile 1.1%