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
- Open a
.pom.mdor.pom.xmlfile in VS Code - 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
| Command | Description |
|---|---|
pom: Open Preview | Open a live preview of the current file |
pom: Export PPTX | Export 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