Native PowerPoint Doc Editor is an Obsidian plugin for opening, searching, and editing .docx and .pptx files directly inside your vault.
The plugin keeps Office files in place instead of converting them to Markdown. It is designed for school, work, and research vaults where Word documents and PowerPoint decks need small edits, search, review, or quick inspection without leaving Obsidian.
| DOCX editor | PowerPoint editor |
|---|---|
![]() |
![]() |
- Open DOCX files in a native editor view
- Open PPTX files in a PowerPoint-style slide editor view
- Edit and save DOCX files back to the original vault file
- Edit PowerPoint text, tables, charts, shapes, slide objects, and chart data for supported
.pptxdecks - Search inside DOCX files from Obsidian
- Search within opened PowerPoint decks
- Duplicate, export, and save-as supported documents
- Detect possible save conflicts when a file changes on disk while it is open
- Scan DOCX files for hidden or suspicious text
- Keep DOCX and PPTX handling optional so another plugin can take over those extensions
- Open Obsidian Settings.
- Go to Community plugins.
- Search for
Native PowerPoint Doc Editor. - Install and enable the plugin.
-
Download the latest release assets from GitHub:
main.jsmanifest.jsonstyles.css
-
Create this folder in your vault:
.obsidian/plugins/native-powerpoint-doc-editor -
Copy the release files into that folder.
-
Reload Obsidian and enable
Native PowerPoint Doc Editorfrom Community plugins.
The run-to-import folder also contains local Windows and macOS installers for manual vault installation.
- Open a
.docxfile in the file explorer to use the DOCX editor. - Open a
.pptx,.pptm,.ppsx,.ppsm,.potx, or.potmfile to use the PowerPoint view. - Use the toolbar and command palette actions for save, export, duplicate, search, and document diagnostics.
- Use plugin settings to turn DOCX or PowerPoint handling on or off.
Native PowerPoint Doc Editor is designed to work offline inside your vault.
- No telemetry or analytics. The plugin does not phone home, collect usage data, or require an account.
- No self-updating code. Updates come only through Obsidian's normal community-plugin install flow or manual release files you place in your vault.
- No ads. The plugin does not load advertising scripts or remote UI content.
Most use is fully local. Network access is limited to cases below:
- Links you choose to open. Settings may show outbound links (for example presentation template sites, GitHub issue reporting, or the Obsidian download page shown when an older browser engine cannot render PPTX). Opening those links is handled by your browser or operating system.
- Links inside your documents. If a DOCX or PPTX file contains a hyperlink and you activate it, Obsidian or your OS handles that navigation.
- DOCX PDF export with remote images. If a document references images hosted on the web, export may ask the browser to load those image URLs so they can be rendered into the PDF.
The plugin does not upload vault contents to a server as part of normal editing, search, save, or export.
See also docs/privacy-policy.md and docs/terms-of-service.md.
- DOCX search index — optional, off by default. When enabled in settings, builds a local text cache at
.obsidian/plugins/native-powerpoint-doc-editor/docx-search-index.jsonfor vault-wide DOCX search. - Recovery copies — if a PowerPoint save fails or autosave is disabled, unsaved edits may be written to a new file in your vault.
- Plugin settings — stored in Obsidian's normal plugin data file for this plugin.
- Debug log file — only when a developer
.hotreloadmarker is present in the plugin folder; otherwise logging stays in memory and the developer console.
- Import font and insert image actions use the system file picker. The file you choose may live outside the vault; only the content needed for the document is used.
- Copy debug log copies diagnostics you request to the clipboard. It does not send them anywhere automatically.
See CHANGELOG.md for release history, including the WasmGC fallback added in 1.0.14.
See CONTRIBUTING.md for contribution guidelines, local setup notes, and release expectations.
Released under the MIT license.

