notenerd161 downloadsPreview PowerPoint and Word documents inside Obsidian. Automatically refreshes when you, Claude, or another AI agent makes changes to the file, so your preview is always up to date. Renders via a local LibreOffice install (bring your own, or install one from Settings).
Preview PowerPoint, Word, and Excel files inside Obsidian — no need to open the real app.
Renders locally via a headless LibreOffice install (no window ever opens), through a custom in-app viewer rather than the browser's generic embedded PDF plugin. The preview auto-refreshes whenever the file changes on disk — including edits made by an external tool or an AI agent (e.g. Claude Code CLI editing the file directly) — and jumps to whichever slide/page actually changed.

.pptx, .docx, and .xlsx files directly in an Obsidian tab instead of launching PowerPoint/Word/ExcelApplications / Program Filesdocumentfoundation.org and installs it into the folder above..pptx/.docx/.xlsx file opens Doc Preview's own view instead of the OS default app (via registerExtensions).soffice --headless --convert-to pdf.<canvas> — not the browser's built-in PDF viewer, which can't be restyled or have parts of its UI hidden.vault.on("modify")) triggers a debounced re-conversion whenever the source file changes on disk, from any process — not just edits made through Obsidian itself.SinglePageSheets option) rather than tiled across print-sized pages, so a large sheet becomes one large page — you may need to zoom in to read a very dense sheet clearly. This option needs a reasonably recent LibreOffice (24.8+); older installs will silently fall back to the normal tiled/paginated export instead..xlsx's own XML and filtering those pages back out, so they never reach the tab bar or page count.INSTALLLOCATION) and Linux (dpkg-deb -x extraction, no dependency resolution) paths are implemented per documented conventions but are less battle-tested than the macOS path.MIT