Viggo Meesters345 downloadsOpen .docx documents as read-only text, structure, media, and package diagnostics.
Word Viewer opens .docx files as a read-only inspection view inside the app. It focuses on document text, headings, tables, comments, footnotes, endnotes, media metadata, relationships, warnings, and package diagnostics.
.docx files from the file explorer with a dedicated read-only view..doc legacy binary support in v0.1..docm, .dotm, or macro-enabled support in v0.1.main.js, manifest.json, and styles.css from the matching GitHub release..obsidian/plugins/word-viewer/.Word Viewer in Community plugins.Word Viewer treats documents as untrusted local packages. It reads files through the vault API, renders local metadata and text, and does not send vault content to external services.
The plugin does not use network APIs, clipboard APIs, shell calls, external app launches, macro execution, embedded object execution, or file write-back APIs.
npm install
node scripts/create-fixtures.mjs
npm run build
npm run typecheck
npm test
npm run community:check
For each release:
manifest.json, package.json, and versions.json.manifest.json.version.main.js, manifest.json, and styles.css as release assets.word-viewer.manifest.json version matches versions.json.0.1.1, not v0.1.1.main.js, manifest.json, and styles.css.!important.MIT