Skip to Content
pom-vscodeGetting Started

pom-vscode

VS Code extension for live preview of .pom.md and .pom.xml files. It converts content to SVG via pptx-glimpse  and displays it in a webview panel.

Requirements

  • VS Code 1.85 or later

Install

Search for pom in the VS Code Extensions view, or install from the Visual Studio Marketplace .

Usage

  1. Open a .pom.md or .pom.xml file in VS Code
  2. Click the preview icon in the editor title bar, or run pom: Open Preview from the Command Palette

The preview updates in real-time as you edit the file.

Commands

CommandDescription
pom: Open PreviewOpen a live preview of the current file
pom: Export PPTXExport the current file to PPTX

Both commands are available from the Command Palette. For .pom.md and .pom.xml files, the preview and export icons also appear in the editor title bar.

Last updated on