
docx editing in Obsidian
This new plugin opens .docx files natively within Obsidian and saves edits directly back to the file inside the vault.
Sorry to put another plugin up for discussion so soon, but as far as I know, there has been no way so far to actually EDIT docx files directly inside Obsidian (whereas preview and conversion is of course possible); so I thought, i could try to solve that problem for myself, because I'd like to as much textwork as possible in Obsidian. The whole thing is just a a sketch, at this point; please be gentle with the critique.
Opening any .docx file from the file tree will route it to a custom file view. You can then use the editor toolbar's save action in the upper left corner to write your changes back to the file.
Additionally, the plugin supports embedding docx files as read-only components inside your regular Markdown notes using the standard ![[filename.docx]] syntax. There's still a lot to do there, though.
The plugin is not yet part of the official community list, but you can test it during this beta phase in two ways. The easiest method is via BRAT by simply adding the repository URL as a beta plugin. Alternatively, you can install it manually by downloading main.js and manifest.json from the latest release and copying them into your vault's plugin folder.
https://github.com/kpaede/docxidian
Please feel free to test it out, and let me know if you run into any major issues. I might get back to it next week, to work on it again.
Disclaimer: I vibecode my plugins, and the technical scope of this project honestly exceeds my actual programming skills. Because of this, there is always a residual risk when using it, so please keep that in mind. I build these tools primarily to bridge very specific gaps in my own research and writing workflow. Should this plugin ever become completely obsolete because a professional developer takes the idea and builds something truly solid and sophisticated, I would be absolutely thrilled.